.artistWrapper {
  background-image: url('../../../images/background/operosa.jpg');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.artistWrapper::after {
  opacity: 0;
}

@media (max-width: 1220px) {
  .artistContent {
    font-size: 1.5rem;
  }
}

@media (min-width: 1000px) and (max-height: 750px) {
  .artistContent {
    font-size: 1.5rem;
  }
}
