.fullwidth-image {
    max-height: 750px;
    min-height: 250px;
    height: 50vh;
}
.fullwidth-image__image {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: bottom;
}