.landing-creative-hero .swiper-container,
.landing-creative-hero .swiper-wrapper,
.landing-creative-hero .swiper-slide {
    height: 100%;
}

.landing-creative-hero .landing-creative-slide-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.landing-creative-video-button {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
}

.landing-creative-divider {
    color: var(--bs-body-bg);
}

.landing-creative-card-divider {
    color: var(--bs-body-bg);
}

.navbar .navbar-brand .navbar-brand-logo {
    height: 72px;
    width: auto;
    max-height: none;
}

@media (max-width: 991.98px) {
    .navbar .navbar-brand .navbar-brand-logo {
        height: 56px;
    }
}
