#clockContainer{
    position: relative;
    margin: auto;
    height:40vw;
    width:40vw;
    background: url(clock.jpeg) no-repeat;
    background-size: 100%;
}
#hour,#minute,#second{
    position:absolute;
    background: black;
    border-radius: 10px;
    transform-origin: bottom;

}
#hour{
    height: 20%;
    width: 1.5%;
    top: 30%;
    left: 49.25%;
    opacity: 0.8;
    

}
#minute{
    height: 28%;
    width: 1%;
    top: 23%;
    left: 49.5%;
    opacity: 0.8;
    
    
    
    

}
#second{
    height: 32%;
    width: 1%;
    top: 18%;
    left: 49.5%;
    opacity: 0.8;
    
    
    

}