/** Shopify CDN: Minification failed

Line 34:1 Expected "}" to go with "{"

**/
@media screen and (max-width: 750px) {
  .videos-products .grid__item.slider__slide{
    min-width:66%;
  }
}

.v-product{
  video{
    max-width:100%;
    display:block;
  }
  .card__heading a:after{
    display:none;
  }
  .video{
    position:relative;
  }
  .play-btn {
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%, -50%);
    cursor:pointer;
    z-index:999;
    svg{
      width:44px;
      height:44px;
  }
}