.card{height:100%;left:0;right:0;margin:auto;transition:transform .4s ease}.container{max-width:800px;max-height:600px;transform-style:preserve-3d;display:flex;justify-content:center;flex-direction:column;align-items:center}.cards,.container{width:100%;height:100%}.cards{position:relative;margin-bottom:20px}#item-1:checked~.cards #song-3,#item-2:checked~.cards #song-1,#item-3:checked~.cards #song-2{transform:translatex(-40%) scale(.8);opacity:.4;z-index:0}#item-1:checked~.cards #song-2,#item-2:checked~.cards #song-3,#item-3:checked~.cards #song-1{transform:translatex(40%) scale(.8);opacity:.4;z-index:0}#item-1:checked~.cards #song-1,#item-2:checked~.cards #song-2,#item-3:checked~.cards #song-3{transform:translatex(0) scale(1);opacity:1;z-index:1}#item-1:checked~.cards #song-1 img,#item-2:checked~.cards #song-2 img,#item-3:checked~.cards #song-3 img{box-shadow:0 0 5px 0 rgba(81,81,81,.47)}.dot{cursor:pointer;height:15px;width:15px;margin:0 2px;background-color:#bbb;border-radius:50%;display:inline-block;transition:background-color .6s ease}.active,.dot:hover{background-color:#134380}