.artistWrapper {
  background-image: url('../../../images/background/sibiu.jpg');
  background-position: center center;
}

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

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