.image-agromar-1 {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  container-type: inline-size;
}
.image-agromar-1 .content-wrapper {
  max-width: 120rem;
  width: 100%;
  display: flex;
}
.image-agromar-1 .content-wrapper > img {
  width: 100%;
  height: 55rem;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 100rem) {
  .image-agromar-1 .content-wrapper {
    max-width: unset;
  }
  .image-agromar-1 .content-wrapper > img {
    height: 100dvh;
  }
}
