.clock {position: absolute;
       width: 15%;
       max-width: 150px;
       min-width: 90px;
       height: 20%;
       margin-top: 3px;
       padding: 0;
       background-color: lightslategrey;
/*       left: 20px; */
}
.clockFACE {position: absolute;
       font-family: Arial, Tahoma, sans-serif;
       font-size: 8pt;
       color: white;
       width: 10pt;
       text-align: center;
}
.clockHAND {position: absolute;
       font-family: Arial, Tahoma, sans-serif;
       font-size: 8pt;
       font-weight: 900;
       color: white;
       width: 10pt;
       text-align: center;
}

@media screen and (max-width: 660px) {
    .clock {display: none};
}