.faq-item__content-inner a {
    text-decoration: underline;
}

.video-card__play.video-card__play-mini {
    width: 20px;
    height: 20px;
}

@media (min-width: 768px) {
    .product-gallery__video .video-card {
        width: 100%;
    }
}
@media (max-width: 767px) {
    .product-gallery__img {
        background: unset !important;
    }
}