/* .content {
  height: 5000px;
}
*/

.wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  height: 100vh;
  position: absolute;
  top: 0px;
  left: 0px;
}

.box {
  -webkit-box-flex: none;
  -moz-box-flex: none;
  box-flex: none;
  -webkit-flex: none;
  -moz-flex: none;
  -ms-flex: none;
  flex: none;
  line-height: 100px;
  position: relative;
  text-align: center;
  font-size: 25px;
  color: #fff;
  background: transparent;
}
.box:nth-of-type(2) {
  background: transparent;
}
.box:nth-of-type(6) {
  background: #1BE059;
}


#r-box {
  height: 200px;
  width: 300px;
  right: 40px;
  z-index: -2;
  top: 690px;


}

#a-box {
  height: 200px;
  width: 300px;
  z-index: -1;
  top: 390px;
  border-radius:8px;

}

#a-box img {
  filter: blur(3px);
  opacity:70%;
    border-radius:8px;

}

#r-box img {
  border-radius:8px;
  box-shadow: 3px 6px 5px rgba(0, 0, 0, 0.25);
}

@media only screen and (max-width: 768px) {
  /* For mobile phones: */
#r-box {
  height: 100px;
  width: 200px;
  left: -20px;
  z-index: -2;
  top: 790px;
  }

#a-box {
  height: 100px;
  width: 200px;
  z-index: -1;
  top: 490px;

  }

#a-box img {
  filter: blur(3px);
  opacity:70%;
    border-radius:8px;
  }

#r-box img {
  border-radius:8px;
  box-shadow: 3px 6px 5px rgba(0, 0, 0, 0.25);
  }
}
