/** Shopify CDN: Minification failed

Line 40:0 Expected "*/" to terminate multi-line comment

**/
.upload-video-container {
  position: relative;
}
.video-fallback-item iframe {
  width: 100%;
  height: 600px;
}

@media screen and (max-width: 749px) {
  .video-slider .no-page-width:not(.pdp_videos_count-1) {
    padding-left: 1.5rem;
  }
  .video-fallback-item iframe {
    height: 200px;
  }
}

@media screen and (min-width: 750px) {
  .video-slider .no-page-width:not(.pdp_videos_count-1) {
    padding-left: 5rem;
  }
}

@media screen and (min-width: 1440px) {
  .video-slider .no-page-widt:not(.pdp_videos_count-1) {
    margin-left: 7rem;
  }
}

@media screen and (min-width: 1680px) {
  .video-slider .no-page-width:not(.pdp_videos_count-1) {
   /* margin-left: 19rem; ^/
  }
}
