.image img {
  display: block;
}

.kickstart-image {
  position: relative;
}
.kickstart-image:after {
  content: "";
  display: block;
}

.kickstart-image img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
}

img.rounded-corner-right {
  border-radius: 0 70px 0 0;
}
img.rounded-corner-left {
  border-radius: 70px 0 0 0;
}

@media (min-width: 992px) {
  img.rounded-corner-right {
    border-radius: 0 100px 0 0;
  }
  img.rounded-corner-left {
    border-radius: 100px 0 0 0;
  }
}
