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

body.poster {
    background-attachment: fixed;
}

.top-5 {
    top: 5px;
}

.customdropdown-menu {
    background-color: rgba(0, 0, 0, 0.5);
    --bs-dropdown-link-hover-bg: black;
}

.footer-dropdwon-menu {
    background-color: rgb(46, 38, 54);
    --bs-dropdown-link-hover-bg: rgb(69, 51, 86);
}

.btn-secondary:hover {
    background-color: rgb(45, 143, 28);
}

youtube-wrapper {
    position: relative;
}