.logo-topbar {
    max-width: 90%;
}

@media (max-width: 575.98px) {
    body.authentication-bg {
        background-image: none;
    }
}

body.left-side-menu-dark .dropdown-header .text {
    color: white;
}

.video-play {
    position: relative;
    display: block;
}

.video-play-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 4rem;
    color: white;
    opacity: 0.8;
    transition: opacity 0.3s ease;
}

.video-play:hover .video-play-icon {
    opacity: 1;
}