
.hero-image-container {
    width: 100vw;
    height: 100vh;
    overflow: hidden;
}

.object-fit-cover {
    object-fit: cover;
}
