.project-gallery .swiper-slide.long {
	width: 39.6875rem;
}

.project-gallery .swiper-slide.tall {
	width: 18.9375rem;
}

@media screen and (min-width: 1024px) {
	.project-gallery .swiper-slide.semilarge {
		 width: 32.875rem;
	}

}


@media screen and (max-width: 767px) {
	.project-gallery .swiper-slide.long {
		width: clamp(10.625rem,54vw,39.6875rem);
	}
	.project-gallery .swiper-slide.tall {
		width: clamp(6.25rem,30vw,18.9375rem);
	}


}