@media (max-width: 767.98px) {
    .products-category iframe,
    article.product iframe,
    article.item-page iframe {
        aspect-ratio: 16 / 9;
        display: block;
        height: auto;
        max-width: 100%;
        width: 100%;
    }
}
