.specialist-item_video {
    height: 300px;
}
.youtube-box.youtube-box_doctor {
    padding-top: 0;
    height: 300px;
    margin-bottom: 0;
}
.doctors_video-wrapper .fancybox-slide>video {
    width: 100%;
}
.doctors_video-wrapper .fancybox-slide--iframe .fancybox-content {
    padding: 0;
    width: 100%!important;
    height: 100%!important;
    max-width: calc(100% - 60px);
    max-height: calc(100% - 60px);
    overflow: visible;
    background: #fff;
}
a.doctors_video {
    display: block;
    min-height: 300px;
    height: 100%;
    position: relative;
    background-size: cover;
    padding: 0;
    max-width: 98%;
}
.doctors-list.doctors_video-wrapper,
.specialist-scroll.doctors_video-wrapper {
    margin:0;
}
.specialist-item_video .fancybox-toolbar {
    display: none;
}

@media only screen and (max-width: 620px) {
    .specialist-scroll.doctors_video-wrapper {
        margin: 70px -9px 30px;
    }
}