@media(min-width:992px){
/*************************************************************/

/* body:after{
    content: "dev version | screen: medium";
} */

 /* caption */
 .view-slideshow .views-field-field-slideshow-caption-body-dev{
     display: block;
 }

.footer-first-container .footer-first{
    display: flex;
    flex-direction: row;
}

/* Highlights */
.view-highlights ul li{
    width: 32%;
}
.view-highlights ul li:first-child{
    flex-basis: 66%;
}

/* Exhibition items (i.e. artwork entries) - listing */
.view-exhibition-reference.listing ul li{
    width: 32%;
}

/* Exhibition items (i.e. artwork entries) - individual */
.view-exhibition-reference.individual ul li{
    width: 32.5%;
}

/* Artwork (listing) */
.view-artwork.listing ul{
    columns: 3;
}

/* Exhibitions (listing) */
.view-exhibitions.listing ul{
    /* columns: 3; */
    columns: 3;
    column-gap: 10px;
}
.view-exhibitions.listing ul li{
    margin: 0;
    display: grid;
    grid-template-rows: 1fr auto;
    margin-bottom: 10px;
    break-inside: avoid;
}

/* Downloads */
.view-downloads ul{
    columns: 3;
}


/* Popup banner (listing) */
.view-popup-banner.listing ul li{
    width: 31%;
}

.popup-banner-container .popup-banner img{
    width: auto;
    max-width: 600px;
    max-height: 80%;
}


/*************************************************************/
 }
