.umrsi-front-hero{
  align-items: center;
  color: #fff;
  display: flex;
  flex-direction: column;
  min-height: 50vh;
  overflow: hidden;
  padding: 4rem 1em;
  position: relative;
  width: 100%;
}

h1.umrsi-front-hero__headline,
h1.umrsi-front-hero__headline:not(.has-text-color){
  color: #fff;
  line-height: 1;
  margin-bottom: 0;
  text-align: center;
}

.umrsi-front-hero__tagline{
  font-style: italic;
  margin-top: 0;
  text-align: center;
}

.umrsi-front-hero__image{
  height: 100%;
  left: 0;
  max-width: initial;
  object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.umrsi-front-hero__button-wrapper{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto;
  width: 65%;
}

@media( min-width: 768px ){
  h1.umrsi-front-hero__headline,
  h1.umrsi-front-hero__headline:not(.has-text-color){
    font-size: 6.25rem;
  }

  .umrsi-front-hero__tagline{
    font-size: 2rem;
  }
}
