.editor-styles-wrapper{
	background: #F2F6F9;
	padding: 0 15px;
}
.wp-block{
	background: #fff;
	padding: 15px;
}
.wp-block,
.acf-block-preview .container{
	width: 100%;
	max-width: 100%;
}
.acf-block-preview{
	padding-bottom: 20px;
}

.acf-block-preview .about_top .container{
    position: relative;
    z-index: 2;
}
.acf-block-preview .about_top{
    min-height: 371px;
    position: relative;
    overflow: hidden;
    background: #000;
    color: #fff;
    padding-top: 115px;
    font-size: 18px;
    line-height: 28px;
    text-align: center;
}
.acf-block-preview .about_top img{
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    opacity: 0.3;
    z-index: 1;
}

@media (min-width: 782px){
    .interface-complementary-area {
        width: 415px;
    }
}
