.product__info-container .pdp_page_widget iframe {
    transform: translateX(-18px);
    width: 300px !important;
}
@media only screen and (min-width: 1165px){
.product__info-container .pdp_page_widget iframe {
    transform: translateX(-18px);
    width: 300px !important;
}
}
@media screen and (min-width: 750px) and (max-width: 1164px){
.product__info-container .pdp_page_widget iframe {
    height: 40px !important;
    width: auto !important;
}
}
@media screen and (min-width: 360px) and (max-width: 450px){
.product__info-container .pdp_page_widget iframe {
    height: 40px !important;
    width: auto !important;
}
}
