/* LIVE Rosenau */

/* TODO
- merge into flyer?
*/

/*
.poster {
  aspect-ratio: 2 / 3;
}
*/
.poster img {
  width: 100%;
  /*height: 100%;*/
  object-fit: cover;
  aspect-ratio: 2 / 3;
}