﻿.imageGallery {
    height: auto !important;
    width: 100% !important;
    max-width: 800px;
}
@media (max-width: 1000px) {
    .imageGallery {
        max-width:350px;
    }
}


