.cv_product_video_frame {
  padding-bottom: 147.44%;
  position: relative;
}
.cv_product_video_frame img,
.cv_product_video_frame video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cv_product_video_bg {
  background: rgba(24, 24, 27, .9);
}
.cv_product_video_tile {
  width: 257px;
  max-width: 100%;
  margin: auto;
}
#mobile-image .carousel__slide video {
  pointer-events: none;
}