/* ===== HEADER ===== */
header {
    position: relative;
}

nav {
    display: flex;
}

/* ===== BANNER (LCP) ===== */
#banner-carousel {
    position: relative;
    width: 100%;
    height: 800px;
    overflow: hidden;
}

#banner-carousel img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.slider-content {
    position: absolute;
    top: 50%;
    left: 10%;
    transform: translateY(-50%);
}

/* OWL PLACEHOLDER */
.owl-carousel {
    display: block;
    visibility: hidden;
}

.owl-loaded {
    visibility: visible;
}


@media(max-width: 600px) {

    #banner-carousel {
        height: 548px;
    }

    .wel-band-bg {
        background-size: 100% 100%;
        text-align: center;

    }
}