.admission-vids {
    position: relative;
    height: 0;
    padding-bottom: 56.25%;
    margin-bottom: 17px;
    
}


 @media (min-width: 64em) {
.admission-split {
    display: flex;
    flex-flow: wrap;
}

.admission-vids {
    position: relative;
    height: 0;
    width: 45%;
    padding-bottom: 25.31%;
    margin-bottom: 17px;
    margin-right: 17px;
}

}


@media (min-width: 74em) {


.admission-vids {
    position: relative;
    height: 0;
    width: 48%;
    padding-bottom: 27%;
    margin-bottom: 17px;
    margin-right: 17px;
}


}
