video {
    height: 800px;
}

@media only screen and (max-width: 768px) {
    .col-12 {
        width: 100%!important;
    }
    video {
        height: 600px;
    }
}