.music-cards {
  display: flex;
  flex-wrap: wrap;
}

.music-card .image-wrapper {
  max-width: 70%;
  display: block;
  cursor: pointer;
}

.music-card .image-wrapper img {
  max-width: 100%;
}
