.mobile-text{
    display: none;
}
/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
    .eapps-countdown-timer-position-bar .eapps-countdown-timer-header-title-text {
   -webkit-line-clamp: unset;
	max-height: 8em;
    margin-bottom: 0.5em;
}

.eapps-countdown-timer-640.eapps-countdown-timer-position-bar .eapps-countdown-timer-header-title {
    font-size: 16px;
}

.mobile-text{
    display: block;
    margin-top: 1em;
}
}