.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);
}