#banner{
  position: absolute;
  width: 338px;
  height: 280px;
  top: 0px;
  left: 0px;
  overflow: hidden;
  cursor: pointer;
  opacity: 0;
  background-color: #ccc;  

}

.retina{
  position: absolute;
  width: 338px;
  height: 280px;
  top:0px;
  left:0px;
}

#border {
  position: absolute;
  width: 338px;
  height: 280px;
  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;
}


.bg{
  background: rgb(8,7,5);
background: radial-gradient(circle, rgba(8,7,5,1) 0%, rgba(41,32,13,1) 100%);
}

.yoyo{
  position: absolute;
  background-size: cover;

}

.yoyoInner{
  position: absolute;
}

.card{
  position: absolute;
  top:0px;
  left:0px;
  height: 220px;
  width: auto;
  border-radius: 8px;
-webkit-box-shadow: 0px 0px 33px 1px rgba(0,0,0,0.85);
-moz-box-shadow: 0px 0px 33px 1px rgba(0,0,0,0.85);
box-shadow: 0px 0px 33px 1px rgba(0,0,0,0.85);
overflow: hidden;
}

.overflow{
  overflow: hidden;
}

.cardBackBg{
position: absolute;
top:0px;
left:0px;
width: 488px;
height: 280px;
}

#flare1{
  position: absolute;
  top:-25px;
  left:210px;
  height: 150px;
  width: auto;
}

#flare2{
  position: absolute;
  top:-50px;
  left:80px;
  height: 150px;
  width: auto;
}

.smokeWrapper{
  position: absolute;
  width: 400px;
  height: 400px;
}

.smoke{
  position: absolute;
  top:0px;
  left:0px;
}

#smokeWrapper1{
  top:-220px;
  left:50px;
}

#smokeWrapper2{
  top:20px;
  left:-120px;
}

.glowWrapper{
  position: absolute;
  top:0px;
  left:0px;
  height: 220px;
  width: 155px;
  border-radius: 8px;
  overflow: hidden;
}

.glow{
  position: absolute;
  top:-90px;
  left:-20px;
  height: 100%;
  width: auto;
}




.glowDivider{
  position: relative;
  top:0px;
  left:0px;
  height: 100%;
  width: 40px;
  display:inline-block;

}

#vignette{
  opacity: .8;
}

.cards{
  position: absolute;
  top:0px;
  left:0px;
  width: 425px;
  height: auto;
}

.button{
  position: absolute;
  bottom:7px;
  right:8px;
  height: 28px;
  width: auto;
}

.labelWrapper{
  position: absolute;
  width:112px;
  height: 65px;
  right:0px;
  top: 150px;
  overflow: hidden;
}

.label{
  position: absolute;
  top:0px;
  left: 0px;
  width:112px;
  height: auto;
}