/*************** CODE SETS ARROWS TO THE FAR RIGHT AND LEFT ***************/
.modalImageGallery .nextImg {
    position: fixed;
    background-position: right;
    right: 0;
}
.modalImageGallery .prevImg {
    position: fixed;
    background-position: left;
    left: 0;
}
.modalImageGallery .imageContainer {
    max-width: calc(100% - 80px);
}

/*************** IMAGE GRID ADJUSTMENT (GLOBAL) ***************/
.contentImg {
    padding: 6px;
}