.fullwidth-hero img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;     /* или contain — как больше нравится */
}
