.wp-block {
    max-width:  100%!important;
}
.acf-editor-wrap iframe {
    min-height: 52px !important;
  }
.small-acf iframe {
    height: 52px !important;
    min-height: 52px;
}

@media screen and (min-height: 900px) {
    .large-acf {
        min-height: 700px;
        height: 700px!important;
    }
    .large-acf  textarea  {
        min-height: 600px;
        height: 600px!important;
    }
}

@media screen and (min-height: 1200px) {
    .large-acf{
        min-height: 1000px;
        height: 1000px!important;
    }
        .large-acf  textarea  {
            min-height: 900px;
            height: 900px!important;
        }
}

