body,html{height:100%;margin:0;overflow:hidden;padding:0}.cover-container{align-items:center;background-color:#333;display:flex;height:100vh;justify-content:center;overflow:hidden;width:100vw}.cover{box-shadow:0 8px 16px rgba(0,0,0,.3);cursor:pointer;height:auto;max-height:90vh;max-width:90%;transition:transform .3s ease;width:auto}.cover:hover{transform:scale(1.02)}@media (max-width:768px){.cover{max-height:95vh;max-width:95%}}