/* Add custom CSS styles below */ 
@media (min-width: 992px) {
  #main-content > section.s-block.s-block--banners.container
  > .grid.two-row
  > .banner-entry:first-child {
    grid-row: span 1 / span 1 !important;
  }
}