
body.template-product div.blocks-item-img video{
    padding:1rem;
}

@media only screen and (max-width: 767px) {
 body.template-product div.blocks-item-img video{
    padding:unset;
}
}