@charset "UTF-8";
body {
  border:0;
  padding:0;
  margin:0;
}
img, #clicktag {
  position: absolute;
  display: block;
}
#clicktag {
    top:0;
    z-index:10;
    cursor: pointer;
    height: 100%;
    width: 100%;
}
#banner {
  background:#FFF;
  border: 1px solid black;
  height:248px;
  width:298px;
  overflow:hidden;
  position: relative;
}
#bg {
    z-index:0;
}
#legals,#cta,#replay,#logo,#banner,#char,#theSVGthree,#theSVGtwo,#theSVG {
  visibility: hidden;
}
#logo {
    width:50px;
    z-index:6;
    left: 120px;
    top: 130px;
}
#char {
    left:0;
    top:0;
    z-index:5;
    -webkit-filter: blur(10px);
    filter: blur(10px);
}
#replay {
  cursor: pointer;
  right:0;
  top:0;
  z-index:20;
}
#cta {
  left: 40px;
  bottom: 0;
  z-index:5;
}
#legals {
    position:absolute;
    bottom:0;
    left:0;
    z-index:6;
}
#swipe, #swipeone, #swipetwo {
    position:absolute;
    top:0;
    left:0;
    z-index:1;
}
#mask, #masktwo, #theSVG, #theSVGtwo, #theSVGthree {
    position:absolute;
    z-index:4;
}