.home {
    align-items: center;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.home .hero-container {
    background-image: url("../../images/home/home.png");
}    