@media (min-width: 851px) {
  .concept-hero figure img {
    object-fit: cover;
    object-position: center 30%;
  }

  .concept-c .concept-hero figure {
    height: calc(100% - 38px);
  }
}

@media (max-width: 850px) {
  .concept-a .concept-hero::before {
    display: none;
  }
}
