body {
  background-image: url('../../../images/background/barabar.jpg');
}

.artistContent {
  font-size: 1.6rem;
}

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

@media (max-width: 768px) {

  .navbar-fixed-top {
    right: 0 !important;
    left: auto !important;
  }

}
