@media (min-width: 1024px) and (max-width: 1440px) {
  .image-content__image-wrapper img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 700px;
  }
}
