.um-image {
  width: 100%;
}

.um-image .image {
  display: flex;
  justify-content: center;
}

.um-image .image.fullsize img {
  max-width: 100%;
  height: auto;
}

.um-image .image.teaser--center {
  padding: 30px;
}

.um-image .image.teaser--center img {
  max-width: 1000px;
  width: 100%;
  height: auto;
}