@media (max-width: 1300px) {
/* * * * Our CD * * * */
.one-disc img {
    width: 400px;
}
}

@media (max-width: 1200px) {
/* * * * Cast * * * */
    .one-group-cast img {
        width: 500px;
    }

    .portrait-photo{
        height: 500px;
    }
}

@media (max-width: 1080px) {
/* * * * Our CD * * * */
    .one-disc {
        flex-direction: column;
        align-items: center;
    }
    .disc-description {
        width: 650px;
    }
}

@media (max-width: 880px) {
/* * * * About us * * * */
.about-us p {
    font-size: 20px;
} 
/* * * * Future events * * * */
.future-events h4 {
    font-size: 24px;
}

/* * * * Cast * * * */
.one-group-cast {
    flex-direction: column;
    align-items: center;
    justify-items: left;
    text-align: center;
    gap: 20px;
}

.one-group-cast:nth-child(3), .one-group-cast:nth-child(5){
    flex-direction: column-reverse;
}
.one-group-cast img {
    width: 600px;
}
}

@media (max-width: 670px) {
.about-us p {
    font-size: 18px;
}
/* * * * Future events * * * */
.future-events h4 {
    font-size: 20px;
}
/* * * * Cast * * * */
.one-group-cast img {
    width: 450px;
}

.portrait-photo{
    height: 450px;
}

.cast-names {
    font-size: 24px;
}
/* * * * Our CD * * * */
.one-disc {
    flex-direction: column;
    align-items: center;
}
.one-disc h3 {
    font-size: 32px;
}
.disc-description {
    width: 550px;
}
}
@media (max-width: 599px){
    .menu-icon {
        margin-right: 20px;
    }
    .one-group-cast img {
        width: 350px;
    }
    .portrait-photo {
        height: 350px;
    }
/* * * * Our CD * * * */
    .one-disc img{
        width: 300px;
    }
    .disc-description {
        width: 300px;
    }
}