@media (orientation: landscape) {
  html.aem-AuthorLayer-Edit .component-homepage-masthead .component-inner {
    min-height: 0;
    max-height: 480px;
  }
}
@media (orientation: portrait) {
  html.aem-AuthorLayer-Edit .component-homepage-masthead .component-inner {
    min-height: 0;
    max-height: 480px;
  }
}
