.fullscreen_height {
    height: 100vh;
}

/* --------------------------- Home Page --------------------------- */
#hero {
    background: url(../images/hero_home_page.jpg) no-repeat center center/cover;
}

#home_page {
    display: flex;
    align-items: center;
    justify-content: center;
}