.imagegallery-item .youtube-video__preview,
.imagegallery-item .vimeo-video__preview {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	aspect-ratio: unset;
}

.imagegallery-item :is(
	.youtube-video,
	.cta,
	.cta__background,
	.textwithimage__inner,
    .vimeo-video) {
	height: 100%;
	min-height: unset;
}


#editor .imagegallery-item :is(.wp-block-heading, .wp-block-paragraph) {
	height: auto;
}

#editor .imagegallery-item {
	position: relative;
}

#editor .imagegallery-item__edit-buttons {
	display: none;
}

#editor .imagegallery-item--empty .imagegallery-item__edit-buttons {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 8px;
	justify-content: center;
	background-color: #eee;
	z-index: 1;
}

#editor .imagegallery-item--empty .imagegallery-item__edit-buttons button {
	min-width: 130px;
	justify-content: center;
	box-sizing: content-box;
	box-shadow: var(--_imagegallery-edit-button-shadow);
}

#editor .imagegallery-item--empty > .block-editor-inner-blocks {
	display: none;
}

.imagegallery-item .cta__background {
	min-height: unset;
	height: 100%;
}

/* Textwithimage Support */
.imagegallery-item :is(.textwithimage, .textwithimage__inner) {
	height: 100%;
}