
/* Hero Animated */
.hero-animated {
    width: 100%;
    min-height: 50vh;
    background: url("../assets/img/hero/background.jpg") center center;
    background-size: cover;
    position: relative;
    padding: 120px 0 60px;
}

/* Hero Static */
.hero-static {
    width: 100%;
    min-height: 50vh;
    background: url("../assets/img/hero/background.jpg") center center;
    background-size: cover;
    position: relative;
    padding: 120px 0 60px;
}

/* Hero Fullscreen */
.hero-fullscreen {
    width: 100%;
    min-height: 100vh;
    background: url("../assets/img/hero/background.jpg") center center;
    background-size: cover;
    position: relative;
    padding: 120px 0 60px;
}
