.clock.redsub-patina .datewindow {
    display: block;
    background: transparent;
    width: 11%;
    height: 8%;
    position: absolute;
    right: 8.5%;
    top: 46.5%;
    color: black;
    font-weight: 700;
    text-align: center;
    font-size: 120%;
    font-family: Syncopate;
    line-height: 150%;
}

.clock.redsub-patina {
    background: url('dial.svg');
}
.clock.redsub-patina .hours {
    background: url('hours.svg');
    height:100%;
    width: 100%;
    position:absolute;
    top:0%;
    left:0%;
    transform-origin: center;
    -webkit-transform-origin:inherit;
}
.clock.redsub-patina .minutes {
    background: url('minutes.svg');
    height:100%;
    width: 100%;
    position:absolute;
    top:0%;
    left:0%;
    transform-origin: center;
    -webkit-transform-origin:inherit;
}
.clock.redsub-patina .seconds {
    background: url('seconds.svg');
    height:100%;
    width: 100%;
    position:absolute;
    top:0%;
    left:0%;
    transform-origin: center;
    -webkit-transform-origin:inherit;
}