/* Растягиваем превью под экран, даже если исходное фото маленькое. */
.gslide-image img {
	width: 92vw !important;
	max-width: 92vw !important;
	height: auto !important;
	max-height: 88vh !important;
	object-fit: contain;
}
