.clock{height:20vh;color:white;font-size:22vh;font-family:sans-serif;line-height:20.4vh;display:flex;position:relative;overflow:hidden}.clock::before,.clock::after{content:'';width:7ch;height:3vh;position:absolute;z-index:2}.clock::after{bottom:0}.clock>div{display:flex}.tick{line-height:17vh}.tick-hidden{opacity:0}.move{animation:move linear .5s infinite}@keyframes move{from{transform:translateY(0)}to{transform:translateY(-20vh)}}@media only screen and (max-width:912px){.clock{font-size:9vh}}