.hero {
  background-repeat: no-repeat; 
  background-size: cover;
  background-position: center;
  position: relative;
  /*height: 61.25rem;*/
  height: calc(100vh + 4.5625rem);
}

.hero > .hero__wrapper {
  background-color: transparent;
  position: relative;
  height: 100%;
  z-index: 2;
  padding-top: 9.1875rem;
  padding-bottom: 9.1875rem;
  position: relative;
  height: 100%;
}
.hero .hero__content {
  position: relative;
  max-width: 100%;
  height: 100%;
  z-index: 1;
  padding-right: 13.75rem;
  padding-left: 13.75rem;
}
.hero .hero__title {
  color: var(--white-1);
  margin-bottom: 2.1875rem;
  width: 100%;
}

.hero .hero__description {
  color: var(--white-1);
  font-size: 1.375rem;
  font-weight: 300;
  width: 100%;
}

.hero .hero__button{
  width: 100%;
}
@media screen and (max-width: 960px) {
	.hero {
	  background-position: bottom center;

  	height: 100vh;
	}
	.hero > .hero__wrapper {
	  padding-bottom: 5.875rem;
	}
  .hero .hero__content {
    width: 100%;
    min-height: auto;
    padding-left: 0;
    padding-right: 0;
  }
  .hero .hero__text .hero__description {
    margin-bottom: 2.5rem;
    font-size: 1.125rem;
  }
  .hero .hero__title {
    margin-bottom: 1.25rem;
	font-size: 2rem;
  }
  .hero .btn{
      background-color: transparent;
      padding: 0;
  }
}
@media screen and (min-width: 960px) {
  .hero .hero__content {
    width: 100%;
    min-height: auto;
  }
  .hero .hero__text {
    width: 32.8125rem;
    left: 0px;
  }
  .hero .hero__text .hero__description {
    margin-bottom: 3.125rem;
  }
  .hero .btn .btn__text{
     	min-width: 20rem;
    }
}
