HEX
Server: Apache
System: Linux webd006.cluster128.gra.hosting.ovh.net 6.18.42-ovh-vps-grsec-zfs+ #1 SMP PREEMPT_DYNAMIC Wed Aug 5 15:59:48 CEST 2026 x86_64
User: zwafgyp (177615)
PHP: 7.4.33
Disabled: _dyuweyrj4,_dyuweyrj4r,dl
Upload Files
File: /home/zwafgyp/dodolodge-net/wp-content/themes/hotel-wp/assets/sass/shortcodes/_video.scss
.thim-sc-video {
  .background-video {
    position: relative;
    padding: 150px 0px 525px;
    .cover-image {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      z-index: 2;
    }
    .icons {
      position: relative;
      text-align: center;
      color: #ffffff;
      z-index: 4;
      .title {
        color: #ffffff;
        font-size: 52px;
        font-weight: 600;
        line-height: 62px;
        max-width: 650px;
        margin: 0 auto 50px;
      }
      .video-play {
        width: 54px;
        height: 54px;
        text-align: center;
        color: #ffffff;
        font-size: 24px;
        line-height: 54px;
        border-radius: 50%;
        display: inline-block;
        margin-right: 10px;
        cursor: pointer;
        &:before {
          line-height: 54px;
        }
      }
      .text-icon {
        font-size: 18px;
      }
    }
  }
  video {
    position: absolute;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    max-height: 1000%;
    max-width: 1000%;
    width: auto;
    height: auto;
    top: 0;
    left: 0;
    z-index: 1;
  }
}