.component-figure {
  margin: 0;
  width: 100%;
  /* height: 100%; */
}

.component-image {
  width: 92%;
  height: auto;
  display: inline-block;
  position: relative;
  object-fit: cover;
  object-position: var(--focal-point-x) var(--focal-point-y);
} 
