

.otcountdown {
	float: left;
	text-align: center;
	background-repeat: no-repeat;
	margin: 0px;
	width: 110px;
	z-index: 1;
	background-size:100%;
	height:120px;
}
.otcountdown > span {
	font-size:35px ;
	color:#fff ;
	line-height:97px;
} 
.otcountdown > p {
	margin-bottom:0px;
	line-height:25px;
	font-size:17px;
	font-weight:700;
}
@media (max-width: 768px) {
	.otcountdown {
	width: 59px;
	height:70px;
	}
	.otcountdown > span {
		font-size:25px;
		color:#fff;
		line-height:55px;
	} 
	.otcountdown > p {
		margin-bottom:0px;
		line-height:25px;
		font-weight:400;
		font-size:14px;
	}
}

