.releasetracker-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  color: #ffffff;
}

.releasetracker-child {
  width: 49%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  background-color: rgba(255, 255, 255, 0.1);
  margin-bottom: 1%;
  border-radius: 5px 5px 5px 5px;
}

#releasetracker-spotify-img {
  max-width: 126px;
}

.releasetracker-child-details {
  width: 60%;
  height: 5%;
}

.releasetracker-image-container {
  min-width: 25%;
}

.releasetracker-noimg {
  font-size: var(--icon-size, 100px);
  padding-left: 10px;
}

.releasetracker-child-underbar {
  width: 100%;
  font-size: var(--icon-size, 25px);
  padding-left: 19px;
}

.releasetracker-column {
  /*height: 10.5vh;*/
}

.releasetracker-disabled-icon {
  color: grey;
}

#releasetracker-a {
  color: #ffffff;
  text-decoration: none;
}

#release-tracker-a:hover {
  color: #5e06dd !important;
}

@media (max-width: 768px) {
  .releasetracker-container {
    flex-direction: column;
  }
}
