.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 .video_hero i{
	display: none;
}
.acf-block-preview .video_hero video{
	height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    opacity: 0.5;
}
.acf-block-preview .video_hero{
	position: relative;
	height: 425px;
    background: #000;
    color: #fff;
}
.acf-block-preview .video_hero .video_hero_content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 100%;
    min-height: 100%;
    z-index: 2;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
    padding-top: 82px;
}
@media (min-width: 782px){
    .interface-complementary-area {
        width: 415px;
    }
}