.image-element {
  position: relative;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  overflow: hidden;
  line-height: 0;
}

.image-element .image-element__img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100% !important;
  object-fit: cover;
}
