#exhibitImage{
    width: 50%;
    height: auto;
    margin-bottom: 15px;
}

/* Adjust size for small screens */
@media (max-width: 576px) {
    #exhibitImage{
        width: 90%;
        height: auto;
        margin-bottom: 15px;
    }

}