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

body.poster {
    background-attachment: fixed;
}

.top-5 {
    top: 5px;
}

a,
a:hover {
    color: rgb(246, 246, 246);
    text-decoration: none;
}
