.block-page-title-block {
  float: left;
}

@media screen and (min-width: 780px), (orientation: landscape) and (min-device-height: 780px) {
  .layout-region-node-main, .layout-region-node-footer {
    float: none;
    box-sizing: border-box;
    width: auto;
    padding-right: 2em;
  }
}
@media screen and (min-width: 780px), (orientation: landscape) and (min-device-height: 780px) {
  .layout-region-node-secondary {
    float: none;
    width: auto;
  }
}
