.video-section .ratio {
    border-radius: .75rem;
    max-width: 66rem;
    overflow: hidden
}

@media (min-width: 768px) {
    .video-section .ratio {
        border-radius: 3rem
    }
}

.video-section .section-header span {
    background-image: url(./img/arrow_left.png), url(./img/arrow_right.png);
    background-position: left top .4375rem, right top .4375rem;
    background-repeat: no-repeat;
    background-size: 1.375rem 1.4375rem;
    display: inline-block;
    padding-bottom: 1.5rem;
    padding-left: 1.875rem;
    padding-right: 1.875rem
}

@media (min-width: 768px) {
    .video-section .section-header span {
        background-position: left top 50%, right top 50%;
        background-size: auto 80%;
        padding-bottom: 2.5rem;
        padding-left: 7.8125rem;
        padding-right: 7.8125rem
    }
}