.video-js {
    max-width: 100%;
    height: auto;
}
.video-js .vjs-big-play-button {
    top: calc(50% - 35px);
    left: calc(50% - 35px);
}
.video-js .vjs-tech {
    position: relative;
}
@media (max-width: 767px) {
    section.page-top h1 {
        margin-bottom: 24px!important;
    }
}