html.lock, body.lock { overflow: hidden; }

a:hover{
   transition: all 0.5s cubic-bezier(0.07, 0.58, 0.56, 0.96);
   opacity: 0.7;
}