.pf-header-img {

	padding-bottom: 150px;
	width: 100%;
    aspect-ratio: 2.2;

    margin: 0px auto 0;
    overflow: hidden;
}

@media only screen and (min-width: 600px) {
  .pf-header-img {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.pf-header-img img {
	width: 100%;
	height:  100%;
	
	object-fit: cover;
	border-radius: 18px;
}

.outer-hero {
	position: relative;
	overflow: hidden;
}

.inner-hero {
  position: absolute;
  top: 0;
  left: 0;
}

.container {
  display: flex;
  align-content: center;
  align-items: center;
  flex-direction: column;
  flex-wrap: nowrap;
  height: 100%;
  justify-content: space-around;
  position: relative;
  width: 100%;
}
.container section {
  width: 100%;
  height: 100vh;
  flex: 1;
  display: flex;
  text-align: center;
  position: relative;
  overflow: hidden;
  background-color: #fff;
}
.container section:nth-child(1) .image {
    background-image: url(https://images.unsplash.com/photo-1500382017468-9049fed747ef?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=1332&q=80);
}
.container section:nth-child(2) .image {
   background-image: url(https://images.unsplash.com/photo-1560493676-04071c5f467b?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=1074&q=80);
}
.container section:nth-child(3) .image {
  background-image: url(https://images.unsplash.com/photo-1510274460854-4b7ad642d3a9?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=1170&q=80);
}
.container section:nth-child(4) .image {
  background-image: url(https://images.unsplash.com/photo-1510274460854-4b7ad642d3a9?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=1170&q=80);
}
.container section:nth-child(5) .image {
  background-image: url(https://images.unsplash.com/photo-1462331321792-cc44368b8894?iq=100&fm=jpg&w=1000);
}
.container section:nth-child(6) .image {
  background-image: url(https://images.unsplash.com/photo-1451187580459-43490279c0fa?iq=100&fm=jpg&w=1000);
}
.container section .image {
  background-attachment: fixed;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 500;
  opacity: 0.4;
}
.container section .stuff {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  height: 100%;
  width: 100%;
  max-width: 70%;
  justify-content: center;
  text-align: center;
  z-index: 1000;
  color: #2e2e2e;
  margin: 0 auto;

  position: relative;
}

@media only screen and (min-width: 600px) {
  font-size: 26px;
}

.container section .stuff h2 {
  margin: 0px;
}
.container section .stuff:before, .container section .stuff:after {
  width: 100%;
  height: 1px;
  display: block;
  background-color: #2e2e2e;
  content: "";
  margin: 30px 0;
}