body {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: 100%;
  height: 100%;
  background: #333;
z-index:1029;
}




div.leftrecontain {
position:fixed;
bottom:25px;
left:0px;
padding:0px;
transform:scale(2);
z-index:1029;
}

.leftcontainer {
position: relative;
width: 24px;
height: 24px;
  transform:rotate(90deg);
  z-index:1029;
}


@media screen and (max-width: 600px) {
div.rightrecontain {
position:fixed;
bottom:20%;
right:20%;
padding:0px;
transform:scale(5);
z-index:1029;
}
}


div.rightrecontain {
position:fixed;
bottom:10%;
right:10%;
padding:0px;
transform:scale(2);
z-index:1029;
}





.rightcontainer {
  position: relative;
  width: 24px;
  height: 24px;
  transform:rotate(-90deg);
  z-index:1029;
}


/****************************/

div.leftrecontain2 {
display: inline-block;
position:fixed;
bottom:25px;
left:25px;
padding:0px;
transform:scale(1);
z-index:1029;
}

.leftcontainer2 {
display: inline-block;
position: relative;
width: 24px;
height: 24px;
  transform:rotate(90deg);
  z-index:1029;
}


div.rightrecontain2 {
display: inline-block;
position:fixed;
bottom:25px;
right:25px;
padding:0px;
transform:scale(1);
z-index:1029;
}

.rightcontainer2 {
  display: inline-block;
  position: relative;
  width: 24px;
  height: 24px;
  transform:rotate(-90deg);
  z-index:1029;
}


/* looking NICE!

/* make the width larger for a small device viewport @media query.... */

.chevron {
  position: absolute;
  width: 20px;
  height: 20px;
    opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
  animation: move 3s ease-out infinite;
  box-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 15px #01eaff, 0 0 20px #01eaff, 0 0 30px #0181ff, 0 0 40px #0181ff, 0 0 50px #0100ff, 0 0 75px #0100ff;
  border-radius:50%;
  background-color:#ffffff;
  z-index:1029;
  
}

.chevron:first-child {
  animation: move 3s ease-out 1s infinite;
 z-index:1029;
}

.chevron:nth-child(2) {
  animation: move 3s ease-out 2s infinite;
z-index:1029;
}

.chevron:before,
.chevron:after {
  content: ' ';
  position: absolute;
  top: 0;
  height: 100%;
  width: 51%;
  background: transparent;
  z-index:1029;

}

.chevron:before {
  left: 0;
  transform: skew(0deg, 30deg);
  z-index:1029;
}

.chevron:after {
  right: 0;
  width: 50%;
  transform: skew(0deg, -30deg);
z-index:1029;
}

@keyframes move {
  25% {
    opacity: 1;
z-index:1029;
  }
  33% {
    opacity: 1;
    transform: translateY(30px);
    z-index:1029;
  }
  67% {
    opacity: 1;
    transform: translateY(40px);
    z-index:1029;

  }
  100% {
    opacity: 0;
    transform: translateY(55px) scale3d(0.5, 0.5, 0.5);
    z-index:1029;
  }
}

.text {
  display: block;
  margin-top: 75px;
  margin-left: -30px;
  font-family: "Helvetica Neue", "Helvetica", Arial, sans-serif;
  font-size: 12px;
  color: #fff;
  text-transform: uppercase;
  white-space: nowrap;
  opacity: .25;
  animation: pulse 2s linear alternate infinite;
  z-index:1029;
}

@keyframes pulse {
  to {
    opacity: 1;
    z-index:1029;
  }
}
