.timecount{
    min-height:26px;
    color: #000000;
    font-size:18px;
    text-align:center;
    margin-top:4px;
    padding-top:6px;
}

.timecount #time {
	font-family: Montez;
	font-size: 1.3em;
}

.timecount .fireworks {
	background-image: url(images/ny-fireworks.gif);
	background-size: cover;
}

.count-time {
	display: inline-block;
	width: 26px;
	text-align: center;
}

span.cd-time {
	color: #ff0000;
}

@media (max-width: 600px) {
	.timecount img {
		display: none;
	}
	.timecount #time {
		font-size: 1.1em;
	}
	
Transform: scale (0.7);	
	
}