#banner{
  position: absolute;
  width: 300px;
  height: 600px;
  top: 0px;
  left: 0px;
  overflow: hidden;
  cursor: pointer;
  opacity: 0;
  background-color: #fff;  
}

.retina{
  position: absolute;
  width: 300px;
  height: 600px;
  top:0px;
  left:0px;
}

#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;
}


.ash{
  position: absolute;
  width: 8px;
  height: 16px;
  bottom:-28px

}

.ash{
  position: absolute;
  width: 8px;
  height: 16px;
  bottom:-28px

}

.ash1{
  left:150px;
}

.ash2{
  left:100px;
  opacity:.8;
  width: 6px;
  height: 12px;
}

.ash3{
  left:240px;
  opacity:.8;
}

.ash4{
  left:125px;
  opacity:.8;
  width: 6px;
  height: 12px;
}

.ash5{
  left:200px;
  opacity:.8;
}

.ash6{
  left:225px;
  opacity:.8;
  width: 6px;
  height: 12px;
}

.ash7{
  left:120px;
  opacity:.8;
}

.ash8{
  left:180px;
  opacity:.8;
}

.ash9{
  left:285px;
  opacity:.8;
  width: 6px;
  height: 12px;
}

.ash10{
  left:120px;
  opacity:.8;
}


/* .cape{
  filter: url(#warp);
} */

.ctaActive, .ctaActiveText{
  opacity: 0;
}



#video1, .controls, .carousel {
  position: absolute;
  width: 300px;
  height: 170px;
  top: 0px;
  left:0px;
}

.carouselImg{
  position: absolute;
  width: 100%;
  height: 100%;
}


#video1{
  background-color: black;
}
.controls{
  pointer-events: none;
}

.video-controls {
  position: absolute;
  width: 20px;
  height: 20px;
  cursor: pointer;
  z-index: 200;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  bottom: 7px;
  pointer-events: auto;
}

#play-btn {
  background-image:url("controls_play.png");
  left: 4px;

  
}

#pause-btn {
  background-image:url("controls_pause.png");
  left: 4px;
  visibility: hidden;
}

#mute-btn {
  background-image:url("controls_mute.png");
  left: 24px;

 
}

#unmute-btn {
  background-image:url("controls_unmute.png");
  left: 24px;
  visibility: hidden;
}

#replay-btn {
  background-image:url("controls_replay.png");
  left: 4px;
  visibility: hidden;
}

#fs-btn{
  background-image:url("controls_fs.png");
  right: 4px;
}

#progress-bar{
  position: absolute;
  bottom: 0px;
  left: 0px;
  height: 4px;
  width: 0%;
  background-color: red;
}



.soundbar{
  position: absolute;
  width: 3px;
  height: 0px;
  bottom: calc(170px - 20px);
  background-color: red;
}

#soundbar1{
  left: 10px;
}

#soundbar2{
  left: 15px;
}
#soundbar3{
  left: 20px;
}

#bg-exit {
  cursor: pointer;
  width: 100%;
  height: 100%;
  z-index: 1;
}