@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
body{
    background: url("img/UTU-background.jpg") no-repeat;
    background-attachment: fixed;
    background-size: 100%, 100%;
    color: #fff;
}
.title{
    font-weight: 200;
    text-align: center;
    font-size: 80px;
    color: white;
    border-radius: 5px;
    margin-bottom: 2rem;
    margin-top: 5rem;
    font-family: "Montserrat", "sans-serif";
    background-color: #24b494;
}

.gallery-container{
    width: 100%;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.image-wrapper{
    height: auto;
    flex: 1;
    overflow: hidden;
    min-width: 400px;
}
.gallery-container p{
    text-align: center;
    font-family: "Montserrat", "sans-serif";
    font-size: 30px;
    background-color: #24b494;
    color: white;
    border-radius: 5px;
    width: 100%;
    height: auto;
}
.gallery-image{
    width: 100%;
    min-height: 100%;
}
.gallery-container .vid {
    margin-left: 15%;
}
.gallery-container .image-wrapper::after{
    border-color: #24b494;
    filter: grayscale(80%);
}


@media (max-width: 760px){
    body{
        background: url('/image/UTU-background.jpg') no-repeat;
        background-attachment: fixed;
        background-size: cover;
        color: #fff;
    }
    .title{
        margin-top: 30px;
        font-size: 50px;
    }

    .gallery-container p{
        font-family: "Montserrat", "sans-serif";
        background-color: #24b494;
        color: white;
        border-radius: 10px;
        width: 100%;
        font-size: 13px;
        height: auto;
        margin-left: 0;
    }
    .gallery-container .vid{
        font-family: "Monserrat", "sans-serif";
        font-size: 60px;
    }
    .gallery-container .image-wrapper .gallery-image1{
        width: 100%;
        height: auto;
    }
    .gallery-container .vid iframe {
        height: 160px;
        border-radius: 10px;
        margin-bottom: 0%;
    }
}