.gallery-image-hidden { opacity: 0; }
.gallery-image-wrapper { background-size: cover; background-position: center center; background-repeat: no-repeat; width: 100%; height: 100%; }

/* Fix for when mobile and you want to show the image in proper proportions */
@media (max-width: 767px) {
	.imagegallery__v3-largeimg .gallery-image-wrapper { background-image: none !important; }
	.imagegallery__v3-largeimg img { opacity: 1; }
}