.ac_label {font-family: "DBScreenSansBold"}
.animateCountFrame *
{
  -webkit-user-select: none;  /* Chrome all / Safari all */
  -moz-user-select: none;     /* Firefox all */
  -ms-user-select: none;      /* IE 10+ */
  user-select: none;          /* Likely future */      
}

.animateCountFrame {position: relative}
.animateCountBackPic {/*filter: blur(2px);transform: scale(1.3);*/ position: absolute; top: 0; left: 0; width: 100%; z-index: -1}
.animateCountInner {width: 90%; margin: 0 auto}

.animatecount {text-align: center; font-size: 1.1em}
.animatecount img {margin: 0 auto}
.animatecount .numberbox span {display: block;min-height: 25px;margin: 5px 0;}
.animatecount .animated_number {font-size: 2.5em}

@media (max-width: 900px)
{
	.animateCountFrame {font-size: 0.8em} 
}

@media (max-width: 768px)
{

	.animateCountFrame, .animateCountBackPic, .animateCountInner {height: 100% !important}
	.animateCountFrame {font-size: 1em;position: relative; height: 0; overflow: hidden; width: 100%;height: auto;}
	.animateCountBackPic {position: absolute; top: 0; left: 0; width: 100%; height: 100%;}		
	.animateCountFrame  .ce_text {margin-bottom: 10%}
}