.Back_Arrow {
    text-decoration: none;
    color: var(--font_color);
    font-family: 'Montserrat';
    margin-top: 50px;
}

.video-container {
    height: 400px;
    width: 100%;
    position: relative;
    margin-top: 0px;
}

.video-container video {
    width: 100%;
    height: 100%;
    position: absolute;
    object-fit: none;
    z-index: 0;
}

/* Just styling the content of the div, the *magic* in the previous rules */
.video-container .caption {
    z-index: 1;
    position: relative;
    text-align: center;
    color: white;

}
.caption {
    top: 25%;
}
.video {
    filter: brightness(25%);
}
.caption_text {
    font-weight: 900;
    font-size: 85px;
}
.dia_img_logo {
    height: 300px;
    width: auto;
    padding-right: 20px;
}
.DIA_text {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;    
    text-align: center;
    justify-content: center;
    justify-items: center;
    display: block;
    padding-top: 20px;
}
.DIA_text_big {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 60px;
    margin-top: 25px;
    text-align: center;
    font-variant: small-caps;
}
.dia_img {
    height: auto;
    width: 480px;
}
.About_Text_Bold {
    margin-top: 10%;
}
table tr td {
    width: 200px;
    height: 200px;
    text-align: center;
    padding: 10px;
}
table tr td a img {
    cursor: pointer;
}

@media only screen and (max-width: 1200px) {
    .invisible_mid {
        display: none !important;
    }
}
@media only screen and (max-width: 770px) {
    .invisible_mobile {
        display: none !important;
    }
    .caption_text {
        font-size: 40px !important;
    }
    .caption {
        top: 40%;
    }
}