.artistWrapper {
  background-image: url('../../../images/background/dubrovnik.jpg');
  background-position: center center;
  background-size: 100% auto;
  background-repeat: no-repeat;
}

.artistContent {
  overflow-y:scroll;
  overflow-x:hidden;
  position: static;
  transform: none;
  padding: 10rem 0 0 0;
}

#footer-section {
  position: static;
}

@media (max-width: 737px) {
  .artistWrapper {
    background-size: cover;
    background-position: left top;
  }
}
