#banner{
  position: absolute;
  width: 300px;
  height: 600px;
  top: 0px;
  left: 0px;
  overflow: hidden;
  cursor: pointer;
}

.retina{
  position: absolute;
  top:0px;
  left:0px;
  width: 300px;
  height: 600px;
}

.block{
  position: absolute;
  top:0px;
  left:0px;
  width: 300px;
  height: 600px;
}

#border {
  position: absolute;
  width: 300px;
  height: 600px;
  top: 0px;
  left: 0px;
  border:1px solid #cccccc;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 9999999;
}

#overlay{
  position: absolute;
  top:0px;
  left:0px;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 10000;
  border:1px solid #cccccc;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}


#background{
  position: absolute;
  width: 100%;
  height:100%;
  left: 0;
  top: 0;
  background-color: #FFEC15;
}

#cta{
  /* position: absolute;
  width: 121px;
  bottom: 107px;
  right: 91px; */
}


#autocontainer{
  position: absolute;
  bottom: 276px;
  width: 410px;
  right: -100px;
}

#auto1{
  position: absolute;
  width: 150px;
  right: 0;
  bottom: -3px;
}
.auto{
  position: absolute;
  width: 100%;
}
#auto2{
  position: absolute;
  width: 150px;
  left: 92px;
}
#auto3{
  position: absolute;
  width: 150px;
  left: -61px;
  top: -3px;
}



#hand{
  position: absolute;
  width: 243px;
  bottom: 168px;
  left: 40px;
}

#vinkContainer{
  position: absolute;
  width: 23px;
  height: 22px;
  overflow: hidden;
  top: 285px;
  left: 177px;
}

#vink{
  height: 100%;
}

#mask1, #mask3{
  position: absolute;
  overflow: hidden;
  top: 16px;
  left: 10px;
  height: 67px;
  width: 260px;
}

#mask2, #mask4{
  position: absolute;
  overflow: hidden;
  top: 82px;
  left: 10px;
  height: 42px;
  width: 250px;
}

#txt1-1{
  position: absolute;
  top: -16px;
  left: -10px;
}
#txt2-1{
  position: absolute;
  top: -16px;
  left: -10px;
}
#txt1-2{
  position: absolute;
  top: -84px;
  left: -10px;
  z-index: 999;

}
#txt2-2{
  position: absolute;
  top: -84px;
  left: -10px;
  z-index: 999;
}

#yellow-bg{
  position: absolute;
  background: #FFEC15;
  width: 26px;
  height: 54px;
  right: 31px;
  bottom: 223px;
}

#door{
  position: absolute;
  right: 30px;
  bottom: 223px;
  width: 28px;
}


/* Smoke container */
#smoke {
  position: absolute;
  z-index: 1;
  width: 1px;
  height: 360px;
  left: 80%;
  bottom: 374px;
  opacity: 1;
}

/* smoke balls */
#smoke span {
  display: block;
  position: absolute;
  bottom: -35px;
  left: 50%;
  margin-left: -20px;
  height: 0px;
  width: 0px;
  border: 35px solid #fff;
  border-radius: 35px;
  left: -14px;
  opacity: 0.5;
  transform: scale(0.2);
}

/* Smoke animation */
@keyframes smokeL {
  0% {
    transform: scale(0.2) translate(0, 0);
    opacity: 1;
  }
  10% {
    opacity: 1;
    transform: scale(0.2) translate(0, -5px);

  }
  100% {
    opacity: 1;
    transform: scale(1) translate(-20px, -220px);
    /* transform: scale(1) translate(-20px, -130px); */


  }
}
@keyframes smokeR {
  0% {
    transform: scale(0.2) translate(0, 0);
    opacity: 1;
    
  }
  10% {
    opacity: 1;
    transform: scale(0.2) translate(0, -5px);
  }
  100% {
    opacity: 1;
    transform: scale(1) translate(20px, -220px);
  }
}
#smoke .s0 {
  animation: smokeL 10s 0s infinite;
}

#smoke .s1 {
  animation: smokeR 10s 1s infinite;
}

#smoke .s2 {
  animation: smokeL 10s 2s infinite;
}

#smoke .s3 {
  animation: smokeR 10s 3s infinite;
}

#smoke .s4 {
  animation: smokeL 10s 4s infinite;
}

#smoke .s5 {
  animation: smokeR 10s 5s infinite;
}

#smoke .s6 {
  animation: smokeL 10s 6s infinite;
}

#smoke .s7 {
  animation: smokeR 10s 7s infinite;
}

#smoke .s8 {
  animation: smokeL 10s 8s infinite;
}

#smoke .s9 {
  animation: smokeR 10s 9s infinite;
}
