.owl-eye{position:absolute;width:400px;height:400px;background:radial-gradient(circle at center,#954c23 0,#000 70%);border-radius:50%;animation:blink 8s infinite}h2{color:#fff;z-index:1}.pupil,h2{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.pupil{width:80px;height:80px;background:#000;border-radius:50%}.left-eye{top:50%;left:25%}.right-eye{top:50%;right:25%}@keyframes blink{0%{opacity:0}20%{opacity:.8}45%{opacity:.8}50%{opacity:0}51%{opacity:.8}80%{opacity:.8}to{opacity:0}}@media only screen and (max-width:600px){.owl-eye{width:150px;height:150px}}