*{box-sizing:border-box;margin:0;padding:0}#tapa-disco{background-color:rgba(0,0,0,.8)}#cover{z-index:3;border-radius:4px;width:100%;height:100%;position:relative;top:0;left:0;box-shadow:5px 0 20px rgba(0,0,0,.6),inset 0 0 10px 5px rgba(255,255,255,.2),inset 0 0 4px 2px rgba(0,0,0,.2)}#cover:before{z-index:4;mix-blend-mode:multiply;opacity:.3;content:"";background-image:url(../img/discos/texturas/textura-papel-vinilo.webp);background-size:100% 100%;border-radius:4px;width:100%;height:100%;position:absolute;top:0;left:0}#vinyl{z-index:1;content:"";background-image:url(../img/discos/texturas/vinilo.webp);background-position:50%;background-size:106% 106%;border-radius:50%;width:100%;height:100%;animation:5s linear infinite girate,1s ease-out 1s forwards salite;display:block;position:absolute;top:0;left:0;box-shadow:0 0 20px 4px rgba(0,0,0,.6)}#vinyl:before{z-index:2;mix-blend-mode:screen;opacity:.3;content:"";background-image:url(../img/discos/texturas/textura-papel-lija.webp);background-size:100% 100%;border-radius:50%;width:95%;height:95%;position:absolute;top:0;left:0}@keyframes movete{0%{transform:translate(0)}to{transform:translate(25%)}}@keyframes salite{0%{left:0}to{left:50%}}@keyframes entrate{0%{left:50%}to{left:0%}}@keyframes girate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}