.platform-content .featured-content-area {
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.platform-content .content-wrapper {
    background-color: rgba(255,255,255,.95);
}

@media ( min-width: 1920.98px ) {

    .platform-content .featured-content-area {
        background-size: cover;
    }

}