*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;

}
.admission{
    height: auto; 

}
.admission .admission-image{
    height: 80vh;
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    background-attachment: fixed;
}
.admission .admission-image img{
    height: 80vh;
    width: 100%;
    object-fit: cover;
  
}
.admission .admission-text{
height: 100%;
width: 100%;
position: absolute;
top: 0;
left: 0;
background: rgba(0,0,0,0.5);
display: flex;
align-items: center;
justify-content: space-evenly;
} 
.admission .admission-text h1{
    text-align: center;
    color: #ffff;
    font-size: 7vmax;
}