.__ensemblehero {
    background: var(--ensemblebg) no-repeat center center /cover;
    height: 50vh;
    color: white;
}

.__ensemblecontent {
    background: var(--ensemblebg) no-repeat center center /cover;
}

.__ensembletitle {
    font-size: 3rem;
    font-weight: 600;
}

.__ensemblesubtitle {
    font-size: 2rem;
}

.__enssection {
    display: flex;
    padding: 50px 0;
}

.__enssection:has(iframe) {
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: min(1200px, 90vw);
    margin: auto;
}

.__enssection:has(.container) {
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
}

.container:has(.__classactivityslider) {
    padding: 0;
    margin: 0;
    height: min(400px, 55vh);
}

.__enssection iframe {
    width: 80%;
    aspect-ratio: 16/9;
    height: auto;
    border-radius: 35px;
    margin-bottom: 25px;
}

.__enssectiontext {
    display: flex;
    padding: 50px;
    background-color: white;
}

.__enssectiontext img {
    filter: brightness(0.1)
}

.__ensstudentprojectcontainer {}

.__ensstudentproject {}

.__ensstudentproject iframe {
    width: 100%;
    aspect-ratio: 16/9;
    height: auto;
    border-radius: 15px;
}

.__classactivityslider {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

@media screen and (min-width: 300px) {
    .__ensemblehero {
        height: 70vh;
    }

    .__ensembletitle {
        font-size: 25px;
    }

    .__ensemblesubtitle {
        font-size: 20px;
        line-height: 1;
    }

    /* .__enssection {
        padding: 50px 25px;
    }

    .__enssection .container {
        padding: 0;
    } */

    .__enssection iframe {
        width: 100%;
        aspect-ratio: 1/1;
        height: auto;
        border-radius: 15px;
        margin-bottom: 25px;
    }

    .__enssection iframe+p {
        text-align: center;
    }

    .__enssectiontext {
        padding: 50px 25px;
    }
}

@media screen and (min-width: 600px) {
    .__ensembletitle {
        font-size: 50px;
    }

    .__ensemblesubtitle {
        font-size: 25px;
    }

    .__enssection iframe {
        width: 80%;
        aspect-ratio: 16/9;
        height: auto;
        border-radius: 35px;
        margin-bottom: 25px;
    }

    .__ensstudentproject iframe {
        width: 100%;
        aspect-ratio: 1/1;
    }
}

@media screen and (min-width: 1024px) {
    .__ensembletitle {
        font-size: 60px;
    }

    .__ensemblesubtitle {
        font-size: 30px;
    }

    .__enssection iframe {
        width: 70%;
        aspect-ratio: 16/9;
        height: auto;
        border-radius: 35px;
        margin-bottom: 25px;
    }

    .__ensstudentproject iframe {
        width: 100%;
        aspect-ratio: 1/1;
    }
}