
.UIClockSystem {
    height: auto;
    display: flex;
    align-items: center;
    padding-left: 0;
    right: 28px;
    top: 68px;
    position: absolute;
    text-align: center;
    justify-content: center;
}
.UIClockSystem .clock {
    color: white;
    display: inline-block;
    text-transform: uppercase;
    text-shadow: 0 0 10px #378ed1;
    font-size: 13px;
    font-weight: bold;
}


@media only screen and (max-width: 768px){
  .UIClockSystem{
  	display: none !important;
    margin: 0 !important;
  }
}