
/** HOME PAGE */
#MainMenuContent{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-top: 20px;
    width: clamp(700px, 50%, 80%);
}
#InternshipVideo{
    width: 100%;
    max-width: 560px; 
    height: auto;
    aspect-ratio: 16 / 9;
    border-radius: 20px;
    margin: 10px;

}
@media (max-width: 570px) {
    #InternshipVideo {
        border-radius: 0;
    }
}  
#ContactNow{
    display: flex;
    position:absolute;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: auto;
    margin-top: 20px;
    z-index: -1;
    left: 0px;
}
#ContactNow_Cutout{
    height: 500px;

}
