.media-school {
    width: 100%;
    float: left;
    margin-bottom: 50px;
}
.wrap-video, .wrap-banner {
    background: none !important;
}
.wrap-banner .top div, .wrap-banner .bottom div {
    width: 292px;
}
.wrap-banner .top .top-left, .wrap-banner .bottom .bottom-left {
    float: left;
}
.wrap-banner .top .top-right, .wrap-banner .bottom .bottom-right {
    float: right;
}
.wrap-video video {
    width: 100%;
    height: 350px;
    object-fit: fill;
}
.wrap-banner video {
    width: 100%;
    height: 173px;
    object-fit: fill;
}
video:hover {
    cursor: pointer;
}
.media-school .hd h3 {
    font-size: 32px;
    line-height: 32px;
    font-weight: bold;
    display: block !important
}
.media-school .hd h3 a {
    height: 32px !important;
    cursor: default;
}
