@media screen and (max-width: 599px) {
    .content-container img.main-image {
        height: 300px;
        overflow: hidden;
    }

    .content-container h1 {
        display: none;
    }

    .information-video {
        flex-direction: column-reverse;
        margin: 20px auto !important;
        padding: 0 !important;
        width: 100% !important;
    }

    .information-video .information {
        width: 90% !important;
        margin: 10px auto !important;
    }

    .information-video iframe {
        width: 90% !important;
        margin: 0 auto !important;
        height: 350px !important;
    }

    .teachers-container {
        width: 100% !important;
        margin: 0 !important;
        margin-bottom: 40px !important;
    }

    .teachers-container .teachers {
        flex-direction: column;
    }

    .teachers-container .teachers .profile {
        margin: 10px auto !important;
        width: 80% !important;
    }

    .flipbook-container {
        display: none !important;
    }
}

:root {
    --global-web-width: 1170px;
}

h1 {
    font-size: 24px;
}

.content-container {
    position: relative;
}

.content-container img {
    width: 100%;
    height: 75%;
    object-fit: cover;
}

.content-container h1 {
    position: absolute;
    top: 40%;
    left: 30%;
    font-size: 44px;
    text-transform: uppercase;
    width: 30%;
    transform: translate(-50%, -50%);
}

.information-video {
    padding: 10px 10%;
    display: flex;
    justify-content: space-between;
    width: var(--global-web-width);
    margin: 30px auto;
}

.information-video .information {
    margin-right: 5%;
    width: 45%;
}

.information-video .information h1 {
    font-weight: 400;
    line-height: 1.2;
}

.information-video iframe {
    width: 50%;
    height: 450px;
    border-radius: 10px;
}

/* .information-video .video {
    margin: auto 0;
    justify-content: center;
    align-items: center;
    position: relative;
}

.information-video .video a {
    width: 70px;
    height: 70px;
    position: absolute;
    top: 50%;
    left: 50%;
    border: 2px solid white;
    border-radius: 100%;
    transform: translate(-50%, -50%);
}

.video i {
    color: white;
    font-size: 30px;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
} */

.teachers-container {
    width: var(--global-web-width);
    margin: 50px auto;
    text-align: center;
}

.teachers-container a h3:hover {
    text-decoration: underline;
}

.teachers-container a h3 {
    color: black;
    font-size: 28px;
    text-align: center;
    text-transform: uppercase;
}

.teachers-container span img {
    margin-bottom: 20px;
}

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

.teachers-container .teachers .profile {
    width: 25%;
    background-color: #f8f9f8;
    margin: 0px 30px;
}

.teachers-container .teachers .profile a h4 {
    padding: 20px 15px;
    font-weight: 400;
    font-style: normal;
    color: black;
}

.flipbook-container {
    width: var(--global-web-width);
    margin: 0 auto;
    margin-bottom: 100px;
}

.flipbook-container h1 {
    font-size: 28px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
}

.flipbook-container iframe {
    width: 100%;
    height: 800px;
}
