/* CSS for the image-list-left layout */

.image-text-group {
    overflow:hidden;
    zoom:1;
}

.exhibit-item {
    float:left; 
    width: 48%;
    margin-bottom:2%;
}

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

.exhibit-text {
    float:right;
    width: 48%;
}
