.conform_theme .js-lpb-component {
  width: 100% !important;
}
.js-lpb-component.gu-mirror {
  width: auto !important;
}

/* Backend */
.gin--edit-form .lp-builder .js-lpb-region {
  width: 100%;
}
.gin--edit-form .row {
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
  flex-direction: row;
  justify-content: flex-start;
}

.gin--edit-form .row .col-md-3 {
  flex: 0 1 100%;
}

@media screen and (min-width: 40em) {
  .gin--edit-form .row .col-md-3 {
    flex: 2 2 0%;
  }
}