.elementor-widget-hmh_responsive_gallery,
.elementor-widget-hmh_responsive_gallery > .elementor-widget-container {
	width: 100%;
}

.hmh-responsive-gallery {
	display: contents;
}

.hmh-responsive-gallery > [data-hmh-responsive-gallery-rendered] {
	align-items: center;
	display: flex;
	/* height: 100vh; */
	isolation: isolate;
	/* max-height: 100vh; */
	overflow: hidden;
	padding: 0;
	padding-bottom: 3.125rem;
	position: relative;
	width: 100%;
}

.hmh-responsive-gallery > [data-hmh-responsive-gallery-rendered] > img {
	display: block;
	height: 100%;
	max-height: none;
	object-fit: contain;
	object-position: center;
	position: relative;
	width: 100%;
	z-index: 0;
}

.hmh-responsive-gallery__reveal-pending {
	opacity: 0;
}

.hmh-responsive-gallery > .gradient-gallery::before {
	background: inherit;
	content: "";
	inset: 0;
	pointer-events: none;
	position: absolute;
	z-index: 1;
}

@media (max-width: 1024px) {

	.hmh-responsive-gallery > [data-hmh-responsive-gallery-rendered] {
		padding-bottom: 2rem;
	} 
}


@media (max-width: 767px) {
	.hmh-responsive-gallery > .hmh-responsive-gallery__item--landscape {
		height: auto;
		max-height: none;
	}

	.hmh-responsive-gallery > .hmh-responsive-gallery__item--landscape > img {
		height: auto;
		max-height: 100vh;
		object-fit: contain;
	}
	
	.hmh-responsive-gallery > [data-hmh-responsive-gallery-rendered] {
		padding-bottom: 1.125rem;
	}
}
