/**
 * @file
 * Styles for exhibition hero
*/
/* If it's portrait (boolean) */
.exhibition-hero.is-layout-flex{

}
/* If it's landscape */
.exhibition-hero:not(.is-layout-flex) .exhibition-detail-wrap{
    max-width: 92vw;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
