#meteoPage #meteogram {
  width: 100%;
}

/* Stick to full height if display is wide, otherwise center vertically */
@media (min-aspect-ratio: 15/10) {
  #meteoPage #meteogram  {
    height: 100%;
  }
}
