/** Shopify CDN: Minification failed

Line 38:14 Unexpected "{"
Line 38:23 Expected ":"
Line 55:14 Unexpected "{"
Line 55:23 Expected ":"

**/
.videos-continer {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
}
.videos-continer .video-container {
    width: 100%;
    display: flex;
    align-items: center;
    height: 100%;
}
.videos-continer .video-container__video {
    width: 100%;
}
.videos-mask {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 2;
}
 #section-id-{{ section.id }} .vi-video--autoplayed .videos-mask-new {
   position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 2;
   top: 0px;
  left: 0px;
 }
.videos-mask-new{
  

}
@media screen and (max-width: 749px) {
 #section-id-{{ section.id }} .vi-video--autoplayed .videos-mask-new {
  top: 0px;
  left: 0px;
 }
}
.videos-mask-new p{
    padding: 10px 35px;
    background-color:#ec732c;
    text-align:center;
    color:#ffffff;
    margin-bottom:0rem;
    border-radius:5px;
}
.videos-mask img {
    width: 90px;
    height: 90px;
}

.videos-continer .video-window {
    position: fixed;
    width: 100%;
    height: 100vh;
    left: 0;
    top: 0;
    display: none;
    background-color: #000000d9;
    z-index: 10;
}

.videos-continer .video-window.active {
    display: block;
}

.videos-continer .video-window-con {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 800px;
    transform: translate(-50%, -50%);
}

.videos-continer .video-close {
    text-align: right;
}