.slim-hero{background:url(https://source.unsplash.com/random/1920x1080);background-size:cover;background-repeat:no-repat;background-position:center;text-align:center;color:#fff;height:30vh;margin-bottom:1.875rem;animation-name:animateHeader;animation-iteration-count:1;animation-timing-function:ease-in-out;animation-duration:3s;-webkit-animation-name:animateHeader;-webkit-animation-iteration-count:1;-webkit-animation-timing-function:ease-in-out;-webkit-animation-duration:3s;-moz-animation-name:animateHeader;-moz-animation-iteration-count:1;-moz-animation-timing-function:ease-in-out;-moz-animation-duration:3s;-webkit-transform-style:preserve-3d}.slim-hero--not-animated{animation-name:none;-webkit-animation-name:none;-moz-animation-name:none}.slim-hero__container{display:table;height:100%;width:100%}.slim-hero__content{display:table-cell;vertical-align:middle;opacity:1;animation-name:animateText;animation-iteration-count:1;animation-timing-function:ease-in-out;animation-duration:3s;-webkit-animation-name:animateText;-webkit-animation-iteration-count:1;-webkit-animation-timing-function:ease-in-out;-webkit-animation-duration:3s;-moz-animation-name:animateText;-moz-animation-iteration-count:1;-moz-animation-timing-function:ease-in-out;-moz-animation-duration:3s;-webkit-transform-style:preserve-3d}.slim-hero__content--not-animated{animation-name:none;-webkit-animation-name:none;-moz-animation-name:none}.slim-hero__title{font-size:1.5rem;margin:0 15px;font-family:"Playfair Display","Times New Roman",serif;text-shadow:0 0 20px rgba(0,0,0,.5),0 0 20px rgba(0,0,0,.5)}@media screen and (min-width:992px){.slim-hero__title{font-size:2.5rem;margin:0}}@keyframes animateHeader{0%{height:100vh}50%{height:100vh}100%{height:30vh}}@-webkit-keyframes animateHeader{0%{height:100vh}50%{height:100vh}100%{height:30vh}}@-moz-keyframes animateHeader{0%{height:100vh}50%{height:100vh}100%{height:30vh}}@keyframes animateText{0%{opacity:0}80%{opacity:0}100%{opacity:1}}@-webkit-keyframes animateText{0%{opacity:0}80%{opacity:0}100%{opacity:1}}@-moz-keyframes animateText{0%{opacity:0}80%{opacity:0}100%{opacity:1}}