.content-container{
    background: var(----white);
    padding-bottom: 32px;
}

.content-container.news{
    background: var(--light-brown);
    padding-top: 24px;
}

.content-container.news .menu{
    display: none;
}

.content-container.news h3{
    margin-bottom: 32px;
}

.content-container.news p{
    margin-bottom: 32px;
}

.content-container.news .banner{
    height: 280px;
    background-size: cover;
    background-position: center center; /* Optional: centers the image */
    background-repeat: no-repeat;
    margin-bottom: 48px;
}


.content-container.news .wrapper{
    width: 90%;
    color: var(--dark-brown);
}

.content-container.news .thebox{
    display: flex;
    flex-direction: column;
    color: var(--dark-brown);
    text-align: center;
    row-gap: 32px;
}

.content-container.news .thebox .img{
    width: 100%;
    height: 520px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.content-container.news .thebox .txt{
    padding: 32px;
}

.content-container.news .thebox .txt p{
    margin-bottom: 22px;
}

.content-container.whatson .banner{
    background-image: url(/images/news/whats-on-banner.jpg);
}

.content-container.whatson .thebox .b1 .img{
    background-image: url(/images/news/movie-night-under-the-stars.jpg);
}

.content-container.whatson .thebox .b1 .txt{
    background: rgba(255, 255, 255, .9);
}

.content-container.whatson .thebox .b2 .img{
    background-image: url(/images/about-us/frestive/christmas-eve.jpg);
}

.content-container.whatson .thebox .b2 .txt{
    background: rgba(255, 255, 255, .5);
}

.content-container.whatson .thebox .b3 .img{
    background-image: url(/images/about-us/frestive/new-years-eve.jpg);
}

.content-container.whatson .thebox .b3 .txt{
    background: rgba(255, 255, 255, .9);
}

.content-container.press-media .banner{
    background-image: url(/images/news/press-media-banner.jpg);
}

.content-container.press-media .thebox .b1 .img{
    background-image: url(/images/news/plankton-experience.jpg);
}

.content-container.press-media .thebox .b1 .txt{
    background: rgba(255, 255, 255, .9);
}

.content-container.press-media .thebox .b2 .img{
    background-image: url(/images/about-us/frestive/christmas-eve.jpg);
}

.content-container.press-media .thebox .b2 .txt{
    background: rgba(255, 255, 255, .5);
}

.content-container.press-media .thebox .b3 .img{
    background-image: url(/images/about-us/frestive/new-years-eve.jpg);
}

.content-container.press-media .thebox .b3 .txt{
    background: rgba(255, 255, 255, .9);
}

@media screen and (min-width: 680px){
    
    .content-container.news .banner{
        height: 420px;
    }

    .content-container.news .detail{
        display: flex;
        justify-content: space-between;
    }

    .content-container.news .detail .menu{
        display: block;
        width: 200px;
    }

    .content-container.news .detail .menu h1{
        font-size: 2em;
    }

    .content-container.news .detail .menu ul{
        background: rgba(255, 255, 255, .8);
        padding: 5px 22px;
    }

    .content-container.news .detail .menu li{
        border-bottom: 1px solid var(--dark-gray);
        padding: 7px 0;
    }

    .content-container.news .detail .menu li:last-child{
        border-bottom: 0;
    }

    .content-container.news .detail .menu li a{
        color: var(--dark-gray);
    }

    .content-container.news .detail .description{
        width: calc(100% - 240px);
        margin-left: auto;
    }
}

@media screen and (min-width: 800px){
    .content-container.news .banner{
        height: 440px;
    }
}

@media screen and (min-width: 980px){
    .content-container.news .banner{
        height: 520px;
    }

    .content-container.news .thebox{
        flex-direction: row;
        row-gap: 0;
        max-width: var(--max-width);
    }

    .content-container.news .thebox > div{
        width: calc(100% / 3);
    }


    .content-container.news .thebox h1{
        font-size: 2em;
    }

    .content-container.news .thebox .img{
        height: 380px;
    }

    .content-container.news .thebox .txt{
        height: 780px;
    }
}

@media screen and (min-width: 1100px){
    .news .c{
        height: 380px;
    }

    .content-container.news .thebox h1{
        font-size: 2.1em;
    }

    .content-container.news .thebox .img{
        height: 440px;
    }

    .content-container.news .thebox .txt{
        height: 690px;
    }
}

@media screen and (min-width: 1200px){
    .content-container.news .c{
        height: 420px;
    }

    .content-container.news .thebox .img{
        height: 480px;
    }

    .content-container.news .thebox .txt{
        height: 580px;
    }
}