.UIClockSystem .clock{
        height: 40px;
        text-align: left;
        display: block;
        padding: 10px;
        position: absolute;
        right: 0;
        bottom: 40px;
        color: #fff;
}
@media only screen and (max-width: 768px){
        .UIClockSystem .clock {
    color: #222;
    text-align: right;
    width: 100%;
}
} 