.gallery-icon:hover {
	transform: scale(1.05);
}

.gallery-icon {
	border-radius: 15px;
	box-shadow: 1px 1px 10px 1px #24242469;
	transition: 1s ease;
	overflow: hidden;
}

.size-medium {
	height: 250px !important;
	min-width: 100% !important;
	object-fit: cover !important;
}

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

	.gallery-item {
		max-width: 50% !important;
	}

	.size-medium {
		height: 200px !important;
		min-width: 100% !important;
	}

	.gallery-columns-3 {
		grid-template-columns: repeat(2, 1fr) !important;
	}
}

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

	.elementor-image-gallery .gallery-columns-3 .gallery-item.gallery-item {
		max-width: 100% !important;
	}

	.size-medium {
		height: 200px !important;
		min-width: 100% !important;
	}

	.gallery-columns-3 {
		grid-template-columns: repeat(1, 1fr) !important;
	}
}