/*
 * Prenship Marketplace
 * Buyer Featured Media v0.1.0
 */

.product-gallery img,
.product-gallery video,
.product-card-image img,
.product-card-image video,
.product-card-media img,
.product-card-media video {
    display: block;
    width: 100%;
    max-width: 100%;
    object-fit: contain;
    object-position: center;
    background: #050706;
}

.product-gallery video {
    max-height: 72vh;
    border-radius: 16px;
}

.product-card-image video {
    height: 100%;
}

.product-card-media {
    width: 100%;
    aspect-ratio: 1 / 1;
    margin-bottom: 14px;
    overflow: hidden;
    border-radius: 14px;
    background: #050706;
}

.product-card-media a {
    display: block;
    width: 100%;
    height: 100%;
}

.product-card-media img,
.product-card-media video {
    width: 100%;
    height: 100%;
}

.product-featured-video {
    background: #050706;
}

@media (max-width: 640px) {
    .product-gallery video {
        max-height: 65vh;
    }
}
