.block_full-width-image {
  padding: 0 !important;

  img {
    max-height: 650px;
    width: 100%;
    object-fit: cover;
  }

  @media screen and (max-width: 767px) {
    img {
      max-height: 470px;
    }
  }
}
