.videos-wrapper {
    width: 78.97%;
    margin: 90px auto 0 auto;
    text-align: left;
}

.videos-wrapper .section-title {
    font-family: futura-pt, sans-serif;
    font-size: 2rem;
    line-height: 2rem;
    letter-spacing: 0.5rem;
    -webkit-font-smoothing: antialiased;
    text-transform: uppercase;
    color: #fff;
    width: 100%;
    margin: 0 0 32px 0;
    padding-left: 25px;
}
.videos-wrapper .video {
    width: calc(25% - 50px);
    margin: 0 25px 50px 25px;
    display: inline-block;
    vertical-align: top;
}
.videos-wrapper.subheroes .video {
    width: calc(50% - 50px);
}
.videos-wrapper.hero .video {
    width: 98%;
}
.videos-wrapper .video .content {
    width: 100%;
    padding-bottom: 52.58%; /* 16:9 */
    position: relative;
}
.videos-wrapper .video .content > iframe {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    font-size: 24px;
    text-align: center;
    width: 94%;
    height: 100%;
}
.videos-wrapper .video .video-title {
    font: normal 0.875rem/1.125rem futura-pt, sans-serif;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: #fff;
    margin-top: 15px;
}

@media only screen and (max-width: 1300px) {
    .videos-wrapper .video {
        width: calc(33.333% - 50px);
    }
    .videos-wrapper.subheroes .video {
        width: calc(50% - 50px);
    }
}

@media only screen and (max-width: 1050px) {
    .videos-wrapper .video {
        width: calc(50% - 50px);
    }
}


@media only screen and (max-width: 800px) {
    .videos-wrapper .section-title {
        padding-left: 0;
    }
    .videos-wrapper .video {
        width: 100%;
        margin: 0 0 50px 0;
    }
    .videos-wrapper.subheroes .video {
        width: 100%;
        margin: 0 0 50px 0;
    }
}