.rosenberger-kep {
  background: url("0K6A6566-e1509962332722.jpg");
  max-width: 300px;
  width: 100%;
  aspect-ratio: 1 / 1;
  background-size: cover;
  background-position: center;
}

@media (min-width: 576px) {
  .rosenberger-kep {
    width: 300px;
  }
}

.hsa-kep {
  background: url("Z62_5009.jpg");
  background-size: cover;
  background-position: center;
  max-width: 500px;
  width: 100%;
  aspect-ratio: 2 / 1;
}

@media (min-width: 1200px) {
  .hsa-kep {
    width: 500px;
  }
}

