.hero {
min-height: 700px;
{{ with .hero.background }}
background-image: url({{ . }}) !important;
background-size: cover;
background-repeat: no-repeat;
background-position: center center;
{{ end }}
}