#hotel-gallery {
	margin-bottom: 15px;
}

.swiper {
	width: 100%;
	height: 400px;
}

.swiper-slide {
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
}

.swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.pswp img {
	max-width: none;
	object-fit: contain;
}