.discographyCard{position:relative;width:375px;margin-bottom:20px;border-radius:15px;background:rgba(255,255,255,.1);box-shadow:5px 5px 5px rgba(0,0,0,.1);border:1px solid rgba(255,255,255,.1);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.discographyCard .label{font-size:1.3rem;line-height:50px;position:absolute;top:55px;right:-7px;width:100px;height:10px;transform:rotateY(0deg) rotate(45deg);text-align:center;border-right:35px solid rgba(0,0,0,0);border-bottom:35px solid rgba(223,16,16,.4);border-left:35px solid rgba(0,0,0,0)}.discographyCard img{width:100%;height:auto;transition:scale .5s ease 0s,.5s ease 0s;object-fit:cover;border-radius:15px}.discographyCard .info{margin-top:10px;padding:20px;color:#ccc;display:flex;flex-direction:column}.discographyCard .info .row{display:flex;flex-direction:row;margin-bottom:20px;align-items:center}.discographyCard .info .row p.name{font-weight:600;color:#d7d7d7;text-transform:uppercase;font-size:1.6rem}.discographyCard .info .row p.artist{font-weight:200;color:#afb0b1;font-size:1rem;text-transform:uppercase}.discographyCard .info .row p.date{margin-left:auto}.discographyCard .info .row p.text{font-size:.9rem}.discographyCard .info .row a{color:#ccc;text-transform:uppercase;text-decoration:none;margin-left:auto}.discographyCard .info .row a :hover{background:rgba(255,255,255,.1);transition:all .5s ease 0s,.5s ease 0s}.discographyCard .info .row a .cta{padding:15px;border:2px solid #ccc;border-radius:15px}.discographyPage{overflow:hidden}.discographyPage .skyimagebg{background:linear-gradient(240deg,rgb(0,97,147),rgb(255,0,51) 90%),url(/_next/static/media/deepskybg-min.9a4b22d1.webp);position:absolute;top:0;background-blend-mode:overlay;max-width:100%;width:100vw;height:100%;background-size:cover;background-position:50%;z-index:0}@supports not (background-image:url("../../components/images/deepskybg-min.webp")){.discographyPage .skyimagebg{background:linear-gradient(240deg,rgb(0,97,147),rgb(255,0,51) 90%),url(/_next/static/media/deepskybg-min.19b240ac.jpg)}}.discographyPage .skyimagebg .vignetting{background:radial-gradient(100% 100% at 50% 50%,rgba(0,0,0,0) 1%,rgb(0,0,0) 51%);width:100%;height:100%;background-blend-mode:normal}.discographyPage .backBtn{position:absolute;left:50px;top:50px;display:flex;align-items:center;z-index:1}.discographyPage .backBtn p{margin-left:10px;color:#fff}.discographyPage .backBtn svg{width:30px;height:auto;fill:#eee}.discographyPage .headline{width:100%;margin:50px 0}.discographyPage .headline h1{position:relative;color:#eee;text-align:center;font-weight:400;letter-spacing:5px;text-transform:uppercase}.discographyPage .content{display:flex;width:100%;padding:0 50px;justify-content:flex-start;gap:50px;flex-wrap:wrap;box-sizing:border-box}@media screen and (max-width:750px){.discographyPage .backBtn{top:10px;left:10px}.discographyPage .content{justify-content:space-evenly;padding:0}}