.vcx-image {
	margin-left: auto;
	margin-right: auto;
	max-width: var(--max-width);
	position: relative;
}

.vcx-image .content-wrapper {
	text-align: center;
}

.vcx-image .ux-outer-container {
	position: relative;
}

.vcx-image svg {
	overflow: hidden;
}

.vcx-image svg image.draggable {
	cursor: grab;
}

.vcx-image .ux-image-container {
	display: inline-block;
	position: relative;
	max-width: 100%;
	vertical-align: top;
}

.vcx-image .ux-image-container.loading:before {
	content:'\f110';
	display:block;
	font-family:fontawesome;
	font-size: var(--font-size);
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -0.5ex;
	margin-top: -0.5ex;
	animation: 2s linear 0s normal none infinite running uk-rotate;
	z-index: 1;
	color: #ccc;
}

.vcx-image .ux-image-container.loading img {
	opacity: 0;
}

.vcx-image .ux-image-container > a {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
}

.vcx-image .ux-overlay {
	position: absolute;
	left: 0;
	top:0;
	right: 0;
	bottom: 0;
}

.vcx-image .ux-overlay-top {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	display: none;
}

.vcx-image.ux-edit .ux-overlay-top {
	display: block;
}

.vcx-image .lazy {
	opacity: 0;
}

.vcx-image img {
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-backface-visibility: hidden;
	backface-visibility:hidden;
}

.vcx-image a.ux-btn-expand {
	display: block;
	position: absolute;
	width: 27px;
	height: 28px;
	background-image: url(css/images/btn-expand.png);
	right: 10px;
	top: 10px;
	z-index: 1;
}	

.vcx-image.with-shadow::after {
	content: '';
	display: block;
	width: 100%;
	height: 21px;
	position: absolute;
	background-image: url(images/shadow.png);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: contain;
}

.vcx-image.with-shadow::after {
	bottom: -21px;
}

.vcx-image.with-border-radius > .content-wrapper {
	overflow: hidden;
	border-radius: 1em;
}

.vcx-image.with-image-border {
	border: 1px solid #eee;
}

.vcx-image > .content-wrapper > .ux-outer-container > a.remove {
	position: absolute;
	top: 10px;
	right: 36px;
	width: 22px;
	height: 22px;
	z-index: 1;
}

.vcx-image > .content-wrapper > .ux-outer-container > a.edit:not(.setting) {
	position: absolute;
	top: 10px;
	bottom: auto;
	right: 10px;
}

.vcx-image a.api[data-action="edit"] {
	width: 15px !important;
	height: 15px !important;
	top: 19px !important;
}

.vcx-image a.api[data-action="edit"].sticker {
	top: 39px !important;
	width: 15px !important;
	height: 15px !important;
	background: url(../../css/images/icon-sticker-24x24.png) !important;
	background-size: contain !important;
}