.el-picture .picture-wrapper {
	position: relative;
}

/* IMG */
.el-picture .picture-img img {
	position: relative;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	width: 100%;
	height: auto;
	aspect-ratio: 1.5;
	object-fit: cover;
	object-position: center center;
}
.el-picture.img-portrait .picture-img img {
	aspect-ratio: 0.66666666667;
}
/* .el-picture .picture-img.bhe-state-property-empty:not(.bhe-state-property-dropzone) {
	background-color: var(--primary-color-15);
} */
.el-picture .picture-img.bhe-state-property-empty:after {
	content: "\e966";
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	color: var(--primary-color-60);
	font-size: 48px;
	font-family: 'bakehouse-iconset' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	letter-spacing: 0;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.el-picture.imgContain .picture-img img {
	object-fit: contain;
	aspect-ratio: unset;
}

/* CONTENT */
.el-picture .picture-content {
	padding: 4rem 0 0;
	picture-sizing: border-picture;
}
/* body:not(.bhe-state-dragging) .el-picture.imgContain .picture-img:not(.bhe-state-property-empty) {
	display: none;
}
.bhe-state-dragging .el-picture.imgContain .picture-img {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 10;
	pointer-events: all;
	opacity: 1;
}
.bhe-state-dragging .el-picture.imgContain .picture-img:not(.bhe-state-property-empty) .picture-img-inner {
	padding-top: 0px !important;
}
.bhe-state-dragging .el-picture.imgContain .picture-img.bhe-state-property-empty {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 10;
	pointer-events: all;
	opacity: 1;
} */

/* OPTIK LOGO */
.el-picture.imgAsLogo .picture-img-logo {
	width: 100%;
	height: auto;
	padding: 2rem;
	background-color: white;
	box-sizing: border-box;
}
.el-picture.imgAsLogo .picture-img-logo > img {
	aspect-ratio: 1 / 1;
	width: 100%;
	height: auto;
	object-fit: contain;
	object-position: center center;
	max-width: 35rem;
	margin: 0 auto;
}