.cv-product-video {
    width: 100%;
    height: auto;
    display: block;
}
.cv-product-video video{
    width: 100%;
}
.products-imagescover {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 0;
    padding-bottom: 100%;
}
.product-img-wrap {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 0;
    padding-bottom: 100%;
}
.product-img-wrap .cv-product-video, .product-img-wrap .img-fluid {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.product-img-wrap .magnify {
    position: static;
}
