/* Copyright © Carecode Oy. All rights reserved. */
/* vim: set si ai et sw=4 ft=css ff=unix: */

#hero-background {
  grid-row-end: row-3;
}

.grid-container {
  grid-template-rows: [row-1] 64px [row-2] auto [row-3] auto [row-4] 13rem [row-5] !important;
}
