/*!
 * jQuery ClassyCountdown
 * www.class.pm
 *
 * Written by Marius Stanciu - Sergiu <marius@class.pm>
 * Licensed under the MIT license www.class.pm/LICENSE-MIT
 * Version 1.0.0
 *
 */

.ClassyCountdown-wrapper > div {
	margin: 0 5px;
    display: inline-block;
    position: relative;
    width: calc(25% - 10px);
}

.ClassyCountdown-wrapper .ClassyCountdown-value {
    width: 100%;
	font-size: 4.5rem;
	font-weight: 700;
    line-height: .7;
	letter-spacing: .02em;
    position: absolute;
    top: 50%;
    text-align: center;
    left: 0;
    display: block;
	color: #FFF;
}

.ClassyCountdown-wrapper .ClassyCountdown-value span {
	font-weight: normal;
}

@media screen and (max-width: 567px) {
	.ClassyCountdown-wrapper .ClassyCountdown-value {
		font-size: 3rem;
	}
	.ClassyCountdown-wrapper .ClassyCountdown-value span {
		font-size: 1rem!important;
	}
}