#container {
position: absolute;
top: 0px;
left: 0px;
width:468px;
height: 60px;
overflow: hidden;
cursor: pointer;
background-color: black;
  transform-origin: 0% 0%;
  visibility: hidden;

}

#border {
	position: absolute;
	top:0px;
	left:0px;
  	width: 100%;
  	height: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
  	border:1px solid #000;
  	z-index: 999;	
}

.images{
  position: absolute;
  width: 468px;
  height: 60px;
  top: 0px;
  left: 0px;
  z-index: 0;
  transform-origin: 68% 50%;
}

span{
color:#faba00;
text-shadow: 0px 0px 15px rgba(0,0,0,0.8);
display: inline-block;
}

#txt1, #txt2, #counter{
  position: absolute;
  text-align: left;
  width: 300px;
  top: 16px;
  left: 96px;
  color: white;
  z-index: 999;
  line-height: 15px;
  font-size: 15px;
  font-family: 'novasans', Arial, sans-serif; 
    -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
    transform-origin: 50% 50%;
    text-shadow: 0px 0px 12px rgba(0,0,0,1);

}


#txt2{
    top: 32px;
  font-size: 21px;
}

#counter{
      top: 32px;
      left:226px;
  font-size: 21px;
  color:#faba00;
}

#btn{
  transform-origin: 91% 52%;
}

@font-face {
    font-family: 'novasans';
    src: url('novasans.woff2') format('woff2'),
        url('novasans.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

#bg{
position: absolute;
width: 468px;
height: 60px;
top: 0px;
left:0px;

}

