  
.hero-landing__video video {
    width: auto !important;
    height: 100% !important;
}
@media (min-width: 40em) {
    .hero-landing__video video {
        width: 100% !important;
        height: auto !important;
    }
 }
@media (min-width: 64em) {
    .hero-landing__background, .hero-landing__background-image, .hero-landing__header-container{
        height: 550px;
    }

}

#context_2 .context-image__context {
    max-width: 48%;
    flex: 0 0 48%;
}
#context_2 .base-cta-primary__content { 
    width: 190px;
}
#context_2 .base-cta-primary:not(:last-child) {
    margin-right: 12px;
}
#contentgrid_3 .content-grid__content-special:before,
#contentgrid_3 .content-grid__content-special:after,
#contentgrid_3 .content-grid__content-normal-normal-image:before,
#contentgrid_3 .content-grid__content-normal-normal-image:after,
#contentgrid_3 .content-grid__content-normal-bordered-image:before,
#contentgrid_3 .content-grid__content-normal-bordered-image:after {
    background: unset;
}


#contentgrid_3 .content-grid__content-normal-normal-text {
    /*background-image: url(https://miamioh.edu/_development/cl-testing/_files/square-sample-orientation.jpg);*/
    background-image: url(https://miamioh.edu/_hannonhill/_files/svgs/red/oxford-ohio.svg);
    background-size: 80%;
    background-position: center;
    background-repeat: no-repeat;
    
}
#contentgrid_3 .content-grid__inner-container {
    padding-bottom: 20px;
}

