/* ═══════════════════════════════════════
   OF Partnerships — Front-end Banners
   ═══════════════════════════════════════ */

.ofp-banner {
    display: flex;
    justify-content: center;
    margin: 28px 0;
    clear: both;
}

.ofp-banner__link {
    display: block;
    width: 100%;
    max-width: 728px;
    line-height: 0;
    border-radius: 4px;
    overflow: hidden;
    transition: opacity .2s ease;
}
.ofp-banner__link:hover {
    opacity: .92;
    transform: scale(1.005);
}

.ofp-banner__video {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 4px;
}

@media (max-width: 768px) {
    .ofp-banner {
        margin: 20px 0;
    }
}
