.aws-product-video video {
    height: auto;
    width: 100%;
    object-fit: cover;
}

@media only screen and (max-width: 767px) {
    .aws-product-video video {
        height: auto;
        object-fit: contain;
    }
}