/**
 * Note that these styles are loaded *before* editor styles, so that
 * editor-specific styles using the same selectors will take precedence.
 */
.visual_breaker { min-height: 30rem; display: flex; flex-direction: column; position: relative; background: 0 0; z-index: 1; }
.visual_image_breaker img,.visual_image_breaker button { -o-object-fit: cover; object-fit: cover; width: 100%; height: 100%; }
.visual_image_breaker { position: absolute; top: 0; right: 0; bottom: 0; left: 0; display: block; position: absolute; width: 100%; height: 100%; }
.visual_breadcrumb_breaker { background: rgba(255,255,255,0.65); z-index: 1000; padding: 1em; position: absolute; top: 0; left: 0; right: 0;  }
@media (max-width: 992px) {
	.visual_breaker { min-height: 18rem; }

}
