@media screen and (max-width: 749px) {
  .layout-panel-flex--row > .group-block--width-fill {
    flex: none;
  }
  .group-block--height-custom, .group-block--height-fill {
    height: max-content;
  }
}
