.novero-gallery-grid-43c60976 {
	display: grid;
	grid-template-columns: repeat(12, 1fr);
	width: 100%;
}

.novero-gallery-item-43c60976 {
	overflow: hidden;
	display: flex;
	position: relative;
}

.novero-gallery-item-43c60976 img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	max-width: 100%;
}

/* Fallback grid spans if styles are not loaded from Elementor settings */
.novero-gallery-item-43c60976.is-landscape {
	grid-column: span 6;
}

.novero-gallery-item-43c60976.is-portrait {
	grid-column: span 4;
}

/* The isolated portrait rule forces full width (span 12) */
.novero-gallery-item-43c60976.is-portrait-full {
	grid-column: span 12 !important;
}
