.parallax-images 
{
    overflow: hidden;
    background-color: transparent;
    background-image: none;
	  position: relative;
}
.parallax-content {
    position: relative;
   
    font-family: "Quicksand", sans-serif;
    overflow: hidden;
    z-index: 1 !important;
}
.container{
  z-index: 1 !important;
}

.layer {
	background-position: bottom center;
  background-size: contain;
  background-repeat: no-repeat;
  transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
  -moz-transform:  translate3d(0px, 0px, 0px);
  -ms-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate3d(0px, 0px, 0px);
  width: 100%;
  padding: 0;
  margin: 0;
  position: fixed;
  z-index: 0;
}

.parallax-mobile {
    display: none;
    background-size: contain;
    background-repeat: no-repeat;
    width: 100%;
    z-index: 0;
    height: 0;
    padding-top: 49%;

}

.parallax-content p {
	font-size: 3rem;
	line-height: 150%;
}
.parallax-content a
{
  margin-top: 5vh;
  font-size: 4rem;
  color: inherit;
}

.parallax-images, .layer {
	min-height: 100vh;
}

@media only screen and (max-width: 1024px) {
	.parallax-images {
         display:none;
	}
	.parallax-mobile {
         display:block;
  }
  .prallax-title h1 { font-size: 3rem;}
  .parallax-content p {
    font-size: 1.6rem;
    line-height: 100%;
  }
  .parallax-content a
{
  margin-top: 1vh;
  font-size: 2.1rem;
}
}
