/** Shopify CDN: Minification failed

Line 51:5 Unexpected "/"

**/
.video-sec-new { width:100%; }

.video-sec-new .video-control__play-wrapper { height:auto; }

.video-sec-new .video-control__play { background: #FF0000; border:none; width: 80px; height: 80px; transition: all 0.3s ease; display:flex;
   align-items:center; justify-content:center; }
.video-sec-new .video-control__play svg { margin-right:-5px; }
.video-sec-new .video-control__play:hover { transform:scale(1.2); }


.video-sec-new div[id*="externalVideo-"],
.video-sec-new .videoTag-wrapper {
    position: relative;
    padding-bottom: 56.25%;
    width: 100%;
}

.video-sec-new div[id*="externalVideo-"] iframe,
.videoTag-wrapper video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}




@media screen and (max-width: 749px){

  .video-sec-new div[id*=externalVideo-],
  .video-sec-new .videoTag-wrapper {
      padding-bottom: 125%;
      overflow: hidden;
  }
  
/*   .video-sec-new div[id*=externalVideo-] iframe,
  .videoTag-wrapper video {
      width: 222%;
      height: 222%;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
  /*     transform: scale(2.23); */
  } */
}


@media screen and (min-width: 750px) {
  .videoParent .iframe_Desk-true {
    display: none !important
  }
}
@media screen and (max-width: 749px) {
  .videoParent .iframe_Mobi-true {
    display: none !important
  }
}
/* end */