/**
 * @file
 * Styles for featured images
*/
/*=== Exhibition Feat Image Header ===*/
.exhibition-hero figure.feat-image{
    position: relative;
    max-height: 70vh;
    margin-top: 0;
    margin-bottom: 0;
}
/* .exhibition-hero.is-layout-flex figure.feat-image img{
    min-width: 35rem;
} */
@media screen and (min-width:850px){
    .exhibition-hero.is-layout-flex figure.feat-image img{
        min-width: 35rem;
    }
    .exhibition-hero.is-layout-flex figure.feat-image img{
        width: auto;
    } 
}