.advanced-cropper-background-image {
	user-select: none;
	position: absolute;
	transform-origin: center;
	pointer-events: none;
	// Workaround to prevent bugs at the websites with max-width
	// rule applied to img (Vuepress for example)
	max-width: none !important;
}
