header {
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
    padding-top: 170px;
    padding-bottom: 49px;
    height: 100%;
}

.berita-overlay-container {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
    border-radius: 8px;
}

.berita-overlay-img {
    width: 100%;
    height: 100% !important;
    height: auto;
    display: block;
    object-fit: cover;
}

.berita-overlay-content {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.50) 0%, rgba(0, 0, 0, 0.50) 100%);
    display: flex;
    align-items: end;
    justify-content: start;
    padding: 32px;
}

.headlineBerita-1 {
    height: 480px !important;
}   

.headlineBerita-2 {
    height: 228px !important;
}

.carousel-img {
    object-fit: cover;
    height: 300px !important;
}

.berita-btn {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: var(--white);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--black);
    font-size: 20px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 100;
    transition: var(--transition);
}

.berita-btn:hover {
    filter: var(--hover-state);
    color: var(--white);
    background-color: var(--secondary);
}

.berita-btn.next {
    right: 12px;
}

.berita-btn.prev {
    left: 12px;
}

.berita-carousel .slick-dots {
    bottom: -40px;
    opacity: 1;
    color: var(--grey);
}

.berita-carousel .slick-dots li.slick-active button:before {
    opacity: 1;
    color: var(--dark);
}

.berita-carousel .slick-dots li button:before {
    font-size: 16px;
}

.berita-img {
    width: 100%;
    height: 185px;
    object-fit: cover;
}

@media (max-width: 767.98px) {
    
    .berita-img {
        height: 200px;
    }
}