<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.image-module {
  /*min-height: 320px;*/
}

.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;
}

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

.image-module img.border-radius {
  border-radius: 8px;
  overflow: hidden;
}</pre></body></html>