@media (max-width:991px) {
    body.poster {
        margin-top: 60vh;
    }
}

body.poster {
    /* background-attachment: fixed */
}

.top-5 {
    top: 5px;
}

.bg-light {
    background-color: #d8d8d8;
    background-size: cover;
    background-position: center center;
    height: 252px;
    background-image: url('msfc.jpg');
}
