.bg-discography {
  height: auto;
}
.img-bg-discography {
  background-image: url(../img/discography/bg.jpg);
  object-fit: cover;
  
}
.sidebar-color {
  background: linear-gradient(#6500FF,#330080);
  background: -moz-linear-gradient(#6500FF,#330080);
  background: -webkit-linear-gradient(#6500FF,#330080);
}

.hl-discography-pg {
  width: 33.6vw;
  margin-top: 13vh;
}

.disco-board {
  display: flex;
  width: 78%;
  height: 80%;
  margin-left: 10%;
  justify-content: center;
}
.disco-column {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: flex-end;
}
.disco-card {
  width: 29vw;
  aspect-ratio: 374 / 553;

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

  background: linear-gradient(bottom, #B77504, rgba(0,0,0,0) 22%, rgba(0,0,0,0));
  background: -moz-linear-gradient(bottom, #B77504, rgba(0,0,0,0) 22%, rgba(0,0,0,0));
  background: -webkit-linear-gradient(bottom, #B77504, rgba(0,0,0,0) 22%, rgba(0,0,0,0));

}

.jacket {
  width: 15vw; 
}
.album-tag {
  width: 8vw;  
}
.single-tag {
  width: 8vw;  
}
.disco-card .date {
  color: #FF8800;
  font-size: 1.2vw;  
}
.album-title {
  color: #FFF;
  font-size: 1.5vw;
  text-align: center;
}