<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* -- Global -- */
.image-gallery-thumb {
	float: left;
}
.image-gallery-thumb img {
	width: 100%
}

/* -- Wide -- */
.widget-ImageGallery.orientation-wide .image-gallery-thumb {
	margin: 0 2% 2% 0;
	width: 18.4%;
}
.widget-ImageGallery.orientation-wide .image-gallery-thumb:nth-child(5n+5) {
	margin-right: 0;
}

@media screen and (max-width: 850px) {
.widget-ImageGallery.orientation-wide .image-gallery-thumb {
	width: 23.5%;
}
.widget-ImageGallery.orientation-wide .image-gallery-thumb:nth-child(5n+5) {
	margin-right: 2%;
}
.widget-ImageGallery.orientation-wide .image-gallery-thumb:nth-child(4n+4) {
	margin-right: 0;
}
}

@media screen and (max-width: 650px) {
.widget-ImageGallery.orientation-wide .image-gallery-thumb {
	margin: 0 3% 3% 0;
	width: 31.3333%;
}
.widget-ImageGallery.orientation-wide .image-gallery-thumb:nth-child(5n+5),
.widget-ImageGallery.orientation-wide .image-gallery-thumb:nth-child(4n+4) {
	margin-right: 3%;
}
.widget-ImageGallery.orientation-wide .image-gallery-thumb:nth-child(3n+3) {
	margin-right: 0;
}
}

@media screen and (max-width: 500px) {
.widget-ImageGallery.orientation-wide .image-gallery-thumb {
	width: 48.5%;
}
.widget-ImageGallery.orientation-wide .image-gallery-thumb:nth-child(3n+3) {
	margin-right: 3%;
}
.widget-ImageGallery.orientation-wide .image-gallery-thumb:nth-child(2n+2) {
	margin-right: 0;
}
}

/* -- Full -- */</pre></body></html>