/* .flex-layout.gallery_swiper-layout {
	padding-block: var(--pk-row-spacing);
} */

.flex-layout.gallery_swiper-layout .title-button-wrapper {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.flex-layout.gallery_swiper-layout .swiper-slide.gallery-slide img {
	width: 100%;
	aspect-ratio: 56 / 47;
	object-fit: cover;
	object-position: center;
	border-radius: var(--general-border-radius);
}

@media screen and (max-width: 992px) {

}

@media screen and (max-width: 768px) {

	.flex-layout.gallery_swiper-layout .swiper-slide.gallery-slide img {
		width: 100%;
		aspect-ratio: 3 / 3.5;
	}

}
