html, body {
	position: relative;
	width: 100%;
	height: 100%;
	scroll-behavior: smooth;
}

.editor-item>* {
	pointer-events: none !important;
}

.thumbnail {
	position: relative !important;
	overflow: hidden !important;
  }
  .thumbnail img {
	position: absolute !important;
	left: 50% !important;
	top: 50% !important;
	height: 100% !important;
	width: auto !important;
	-webkit-transform: translate(-50%,-50%) !important;
		-ms-transform: translate(-50%,-50%) !important;
			transform: translate(-50%,-50%) !important;
  }
  .thumbnail img.portrait {
	width: 100% !important;
	height: auto !important;
  }
