
.jcgmt-container {
    float:left;
    padding: 3px;
}
.jcgmt-container .jcgmt-lbl {
    font-size:10px;
    color: #333333;
    line-height: 22px;
    background: url(images/clock/jcgmt-1-clock_face.png) no-repeat;
    text-align: center;
    padding-bottom: 5px;
    width: 108px;
    margin: 0 auto;
    display: none;
}
.jcgmt-clockHolder {
    width:100px; 
    margin:0 auto;
    position:relative;
    overflow: hidden;
    display: none;
}
.jcgmt-sec,
.jcgmt-min,
.jcgmt-hour {
    display:block;
    position:absolute;
    width: 150px;
}

.jcgmt-rotatingWrapper {
    position:absolute;
    width:100px;
    height:100px;
}

.jcgmt-digital,
.jcgmt-date {
    font-weight:bold;
    font-size: 16px;
    color: #444444;
    text-align:center;
    margin-left:8px;
    margin-top: 20px;
}

.jcgmt-sec{
    background: 
}

.clockWrapper {
    width: 80%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
    display: flex;
    margin-top: 20px;
}

.clock_container {
    float:left;
    margin-right:2px;
    width:210px;
    position: relative;
}
.clock_container .lbl {
    font-size:16px;
    color: #333333;
    line-height: 22px;
    background: url(images/clock/clock_label.png);
    text-align: center;
    height: 27px;
    width: 108px;
    margin: 0 auto;
}
.clockHolder {
    width:160px; 
    margin:0 auto;
    position:relative;
}
.clock {
    margin-left:5px;
    width: 150px;
}

.sec {
    display:block;
    position:absolute;
}
.min {
    display:block;
    position:absolute;
}
.hour {
    display:block;
    position:absolute;
}

.rotatingWrapper {
    position:absolute;
    width:100px;
    height:100px;
    left: 5px;

}
.digital {
    font-weight:bold;
    font-size: 14px;
    color: #444444;
    text-align:center;
}


@media screen and (max-width: 1112px) {
.clock {
        width: 135px;
    }

    .rotatingWrapper {
       
        left: 0px;
    }

    .clockHolder{
        width: 135px;
    }
}