.discographyCard{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border:1px solid #ffffff1a;border-radius:15px;width:375px;position:relative;box-shadow:5px 5px 5px #0000001a}.discographyCard .label{text-align:center;border-bottom:35px solid #df101066;border-left:35px solid #0000;border-right:35px solid #0000;width:100px;height:10px;font-size:1.3rem;line-height:50px;position:absolute;top:55px;right:-7px;transform:rotateY(0)rotate(45deg)}.discographyCard .cover{aspect-ratio:1;border-radius:15px;width:100%;position:relative;overflow:hidden}.discographyCard .cover img{object-fit:cover;border-radius:15px;width:100%;height:100%;transition:transform .5s;position:absolute;inset:0}.discographyCard .info{color:#ccc;flex-direction:column;margin-top:10px;padding:20px;display:flex}.discographyCard .info .row{flex-direction:row;align-items:center;margin-bottom:20px;display:flex}.discographyCard .info .row p.name{text-transform:uppercase;color:#d7d7d7;font-size:1.6rem;font-weight:600}.discographyCard .info .row p.artist{text-transform:uppercase;color:#afb0b1;font-size:1rem;font-weight:500}.discographyCard .info .row p.date{margin-left:auto;font-size:.8rem}.discographyCard .info .row p.text{font-size:.9rem}.discographyCard .info .row a{color:#ccc;text-transform:uppercase;margin-left:auto;text-decoration:none}.discographyCard .info .row a :hover{background:#ffffff1a;transition:all .5s}.discographyCard .info .row a .cta{border:2px solid #ccc;border-radius:15px;padding:15px}
.discographyPage{overflow:hidden}.discographyPage .backBtn{z-index:1;align-items:center;display:flex;position:absolute;top:50px;left:50px}.discographyPage .backBtn p{color:#fff;margin-left:10px}.discographyPage .backBtn svg{fill:#eee;width:30px;height:auto}.discographyPage .headline{width:100%;margin:50px 0}.discographyPage .headline h1{color:#eee;text-align:center;letter-spacing:5px;text-transform:uppercase;font-weight:400;position:relative}.discographyPage .content{box-sizing:border-box;flex-wrap:wrap;justify-content:flex-start;gap:50px;width:100%;padding:0 50px;display:flex}@media screen and (max-width:750px){.discographyPage .backBtn{top:10px;left:10px}.discographyPage .content{justify-content:space-evenly;padding:0}}
