/* Demo video */
.demo-wrap {
  width: 1160px;
  margin: 120px auto 0;
  box-sizing: border-box; }
  .demo-wrap__items {
    margin-top: 52px; }
  .demo-wrap__item {
    position: relative;
    height: 653px;
    box-sizing: border-box; }
    .demo-wrap__item img {
      padding-top: 28px;
      padding-left: 69px; }
    .demo-wrap__item::before {
      content: '';
      display: block;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.5);
      position: absolute;
      top: 0;
      left: 3px; }
    .demo-wrap__item-play {
      background-image: url("../img/play-button.svg");
      background-repeat: no-repeat;
      position: absolute;
      width: 48px;
      height: 48px;
      cursor: pointer;
      margin: auto;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0; }

/* END Demo video */
/* Mobile video */
@media only screen and (max-width: 544px) {
  .demo-wrap {
    width: 100%;
    margin-top: 99px;
    display: none; }
    .demo-wrap .page-title {
      width: 345px;
      margin-left: 16px; }
    .demo-wrap__items {
      width: 100%;
      margin: 30px auto 0; }
    .demo-wrap__item {
      height: 267px; }
      .demo-wrap__item:before {
        left: 0; }
      .demo-wrap__item img {
        padding-top: 4px;
        padding-left: 0;
        width: 100%; } }
/* END Mobile video */

/*# sourceMappingURL=demo-video.css.map */
