.hero-image {
    width: 100%;
    /* max-height: 600px; */
    overflow: hidden;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.hero-image img {
    width: 100%;
    height: auto;
    object-fit: cover;
    display: block;
}

body,
html {
    margin: 0;
    padding: 0;
    border: 0;
}