#wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}


/* 
#clouds {
  background: url(../images/background.png) repeat-x 0 bottom #fff;
  width: 100%;
  height: 80vh;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  -webkit-transform: translate3d(0, 0, 0.01);
  transform: translate3d(0, 0, 0.01);
}

#ground {
  background: url("../images/font.png") repeat-x 0 bottom transparent;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 80vh;
  border: 0 none transparent;
  outline: 0 none transparent;
  -webkit-transform: translate3d(0, 0, 0.001);
  transform: translate3d(0, 0, 0.01);
  will-change: transform;
} */

@-webkit-keyframes slide2 {
  from {
    background-position: 8162px;
  }
  to {
    background-position: 2720.666666666667px;
  }
}

@-webkit-keyframes slide {
  from {
    background-position: 8162px;
  }
  to {
    background-position: 2720.666666666667px;
  }
}

#clouds {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 700px;
  background: url(../images/background.png);
  -webkit-animation: slide2 500s linear infinite;
}

#ground {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 700px;
  background: url(../images/font.png);
  -webkit-animation: slide 200s linear infinite;
}

.FetureBack5-title {
  display: block;
  color: #000;
}

.FetureBack5-title .FeatureText h5 {
  padding-bottom: 1.25vw;
  color: #000;
}

.FetureBack5-title .FeatureText {
  color: #000;
}

#wrapper .rl-play-wrapper2 {
  top: 25%;
}