#pagefield.selection-editable {
    border: 1px dashed #CCF;
    margin: -1px -1px 0 -1px;
    min-height: 50px;
    width: 100%;
    display: -webkit-box;
	position: relative;
}
#pagelisttypenormal {
	position: relative;
}
.productlist div.pagelist-page.block-content.left {
	width: 100%;
	float: left;
	padding: 10px;
	height: 310px;
    margin: 0;
}
@media (min-width: 768px){
	.productlist div.pagelist-page.block-content.left {
		width: 50%;
		padding: 10px;
	}
}
@media (min-width: 992px){
	.productlist div.pagelist-page.block-content.left {
		width: 25%;
		min-height: 278px;
	}
}
body #content .productlist div.pagelist-page.block-content.left p {
	display: none;
}
body #content .productlist div.pagelist-page.block-content.left ul {
	display: none;
}
body #content .productlist div.pagelist-page.block-content.left a:nth-child(2){
	height: 225px;
	object-fit: cover;
	width: 100%;
	display: block;
	position: relative;
	overflow: hidden;
}
@media (min-width: 768px){
	body #content .productlist div.pagelist-page.block-content.left a:nth-child(2){
		height: 142px;
	}
}
body #content .productlist div.pagelist-page.block-content.left a img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: left top;
}
body #content .productlist div.pagelist-page.block-content.left p img {
	display: none;
}
.selection-hover {
	border: 1px dashed #CCF;
	cursor: move;
}
.ui-state-highlight {
	height: 200px;
	width: 100px;
}
