.heroImage {
    max-height: 400px;
}

.heroImage img {
    width: 100%;
    height: 100%;
    max-height: 400px;
    object-fit: cover;
}