/* CSS for the lla layout */



.exhibit-item {
    display:block; 
    float:left; 
    width: 100%; 
    margin-top:20px; 
    
}

.exhibit-item img {
    max-width: 100%;
}