/* ===== IMAGE BLOCK STYLES ====== */
@media screen and (max-width: 767px) {
	.dyad-image-set-innerblock.heart-slideshow.showroom-mobile-slideshow > figure.image-holder.dyad-image {
		display: none;
	}
}

@media screen and (min-width: 768px) {
	.dyad-image-set-innerblock.heart-slideshow.showroom-mobile-slideshow .heart-slide.mobile-only {
		display: none;
	}
}

/* ===== CMS/WORDPRESS-SPECIFIC STYLES ====== */
#editor .dyad-image img {
	opacity: 1;
}

.acf-notify {
	display: flex;
	justify-content: center;
	-webkit-flex-align: center;
	align-items: center;
	padding: 0;
	text-align: center;
	background: #d3d3d3;
	font-size: 1rem;
	letter-spacing: 0;
	flex: 1 0 0%;
	height: 100%;
}
.acf-block-preview .acf-notify .ratio p {
	font-size: 0.8rem;
}
.acf-notify .ratio p {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: flex;
	flex-flow: column;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
}

.acf-block-preview.wp-block-acf-dyad-image,
.acf-block-preview.wp-block-acf-dyad-image figure {
	height: 100%;
}
.is-even .acf-block-preview.wp-block-acf-dyad-image {
	height: auto;
}
