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