.component-figure {
  margin: 0;
  width: 100%;
  height: 100%; }
  .component-figure .component-image {
    max-width: 100%;
    height: auto;
    object-fit: cover;
    object-position: var(--focal-point-x) var(--focal-point-y); }
