/* main css in style.css */

/* admin */

#editor .acf-block-preview .current-slider{
	height: 100px;
	background: url('../../images/lamarr_pattern.png') center center #f4f4f4;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	position: relative;
}

#editor .acf-block-preview .current-slider:after{
	content: "Current Slider";
	background: #fff;
	padding: 6px 10px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

#editor .acf-block-preview .current-slider > *{
	display: none;
}