.icon-large{width:220px;height:220px;border-radius:38px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}
.icon-clock{overflow:hidden;background:#000}
.clock{width:120px;height:120px;border-radius:50%;background:#f1f1f1;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}
.clock ol{list-style-type:none;width:100%;height:100%;position:relative;margin:0;padding:0}
.clock ol li{counter-increment:labelCounter;position:absolute;font-size:1.25em}
.clock ol li:before{font-family:Helvetica;content:""; width: 2px; height: 7px; background-color: #fff; position: absolute;}
.clock ol li:nth-child(1){right:30px;top:9px; transform:rotate(30deg);}
.clock ol li:nth-child(2){right:9px;top:30px; transform:rotate(60deg);}
.clock ol li:nth-child(3){right:0px;top:60px; transform:rotate(90deg);}
.clock ol li:nth-child(4){right:9px;bottom:30px; transform:rotate(120deg);}
.clock ol li:nth-child(5){right:30px;bottom:9px; transform:rotate(150deg);}
.clock ol li:nth-child(6){right:60px;bottom:0px; transform:rotate(180deg);}
.clock ol li:nth-child(7){left:30px;bottom:9px; transform:rotate(210deg);}
.clock ol li:nth-child(8){left:9px;bottom:30px; transform:rotate(240deg);}
.clock ol li:nth-child(9){left:0px;bottom:60px; transform:rotate(270deg);}
.clock ol li:nth-child(10){left:9px;top:30px; transform:rotate(300deg);}
.clock ol li:nth-child(11){left:30px;top:9px; transform:rotate(330deg);}
.clock ol li:nth-child(12){left:60px;top:0px; transform:rotate(360deg);}
.hour{width:6px;height:6px;border-radius:50%;background:#fff;position:absolute;top:50%;left:50%;margin-top:-3px;margin-left:-3px}
.hour:after,.hour:before{content:"";display:block;position:absolute}
.hour:before{width:3px;height:25px;border-radius:4px;background:#fff;position:absolute;bottom:2px;left:50%;transform:translate(-50%,0)}
.minute{width:6px;height:6px;border-radius:50%;background:#fff;position:absolute;top:50%;left:50%;margin-top:-3px;margin-left:-3px}
.minute:after,.minute:before{content:"";display:block;position:absolute}
.minute:before{width:3px;height:40px;border-radius:4px;background:#fff;position:absolute;bottom:2px;left:50%;transform:translate(-50%,0)}
.second{width:4px;height:4px;border-radius:50%;background:#ff8000;border:2px solid #ff8000;position:absolute;top:50%;left:50%;margin-top:-4px;margin-left:-4px}
.second:after,.second:before{content:"";display:block;position:absolute}
.second:before{width:2px;height:105px;border-radius:4px;background:#ff8000;position:absolute;bottom:-12px;left:50%;transform:translate(-50%,0)}