.simple-image-banner {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.simple-image-banner .simple-image-banner-image {
  width: 100%;
  height: auto;
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}

.simple-image-banner.rounded-corners {
  border-top-right-radius: 40px;
  border-bottom-left-radius: 40px;
  overflow: hidden;
}
