.webform-submission-form{
  margin-bottom:5rem;
}
.webform-submission-form h2{
  margin-bottom: 2.25rem;
}

.staticTeaserOverflow img{
object-fit:cover;
height:auto;
}

@media (min-width: 768px) {
.staticTeaserOverflow img{
height:200px;
}
}
@media (min-width: 1024px) {
.staticTeaserOverflow img{
height:180px;
}
}

@media (min-width: 1280px) {
.staticTeaserOverflow img{
height:230px;
}
}