/*
 * 
 * For scrolling counter
 * 
 */


.fake-div {
  width:100%;
  height: 1280px;
  position:relative;
}

.counter-value{
  float:left;
}