.image-module {
  /*min-height: 320px;*/
}

.image-module .img-container-rounded {
  overflow: hidden;
  border-radius: 10px;
  height: 100%;
  width: 100%;
}

.image-module .img-container-rounded img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}

.image-module .full-width {
  position: relative;
  width: 100vw !important;
  left: 50%;
  transform: translate(-50%);
  max-height: 75vh;
  object-fit: cover;
}

@media screen and (max-width: 992px) {
  .image-module .full-width.full-width-mobile-illustration {
    height: 250px;
    max-height: unset !important;
  }
}

.solution-hero-image {
  position: absolute;
  height: 90%;
  top: 5%;
  right: 0;
  text-align: right;
  z-index: -1;
}

.solution-hero-image img {
  height: 100%;
}

.image-module div.pie-chart {
  width: 100%;
  background-repeat: no-repeat;
  background-size: contain;
}

.image-module img.full-width {
  width: 100%;
}

.image-module img.strategy-image {
  /* position: absolute; */
  /* height: 100%; */
  width: 100%;
  object-fit: cover;
  object-position: center;
  /* top: 0; */
  /* left: 0; */
  border-radius: 10px;
}

.image-module .credit {
  font-size: 1.4rem;
  line-height: 2.2rem;
  color: #858384;
}

.image-caption {
  position: relative;
  font-size: 16px;
  line-height: 26px;
  font-weight: 300;
}

.mobile-only-image {
  display: none;
}

@media screen and (max-width: 768px) {
  .mobile-only-image {
    display: block;
  }
}