.hero { min-height: 700px; {{ with .hero.background }} background-image: url({{ . }}) !important; background-size: cover; background-repeat: no-repeat; background-position: center center; {{ end }} } .hero-icon-container { padding: 1rem; margin: auto; }