.product-video {
float: right; 
max-width: 50%;
}
@media only screen and (max-width: 768px) {
.product-video {
clear:both;
max-width: 100%;
}
}