.background-src {
  background-image: url("../img/jose-ignacio-pompe-VkF6IXHVIvA-unsplash.jpg");
  background-position: 0px -203px;
}

/*@media only screen and (max-width: 1366px) and (min-width: 960px) {
  .bg-img-src {
    background-position: 0px -130px;
  }
}

@media only screen and (max-width: 959px) and (min-width: 600px) {
  .bg-img-src {
    background-position: 0px 0px;
    background-size: 100% 100%;
  }
}

@media only screen and (max-width: 599px) and (min-width: 100px) {
  .bg-img-src {
    background-position: 0px 0px;
    background-size: 100% 100%;
  }
}*/

.header {
  opacity: 0.9;
}
.content {
  /*display: table;
  margin: 0 auto;
  margin-top: 63px;*/
}
.content-box {

}
.content-wrapper {
  padding: 40px 0;
}
.artist-main-info {
  /*height: 1200px;*/
}
.artist-main-info .content-wrapper {
  /*display: table;*/
}
.artist-bio-lr {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.artist-bio-b {

}
.artist-photo {
  display: table;
  /*width: 300px;
  height: 300px;*/
  /*width: 21.70vw;*/
  /*height: 21.70vw;*/
  width: 360px;
  height: 360px;
  /*background-image: url("../img/png-seravezza.jpg");*/
  background-image: url("../img/png-profile.jpg");
  /*background-size: 300px;*/
  /*background-size: 21.70vw;*/
  background-size: 360px;
  background-position: center;
  background-repeat: no-repeat;
  /*border: 6px solid #a550c7;*/
  /*border: .5vw solid var(--color);*/
  border: 4px solid var(--color);
  border-radius: 32px;
  flex-shrink: 0;
  box-sizing: content-box;
}
.artist-description {
  font-size: 16px;
  font-weight: 500;
  text-align: left;
}
.artist-description-right {
    margin-left: 30px;
    margin-top: 70px;
}
.artist-description-bottom {

}

@media only screen and (max-width: 1064px) {
  .background-src {
    background-position: 0px 0px;
  }
}

@media only screen and (max-width: 960px)
{
    .artist-bio-lr
    {
        flex-direction: column;
    }
    
    .artist-description
    {
        margin-left: 0;
    }
}

@media only screen and (max-width: 768px) {
  /*.artist-photo {
    width: 200px;
    height: 200px;
    background-size: 200px;
    border-width: 4px;
  }*/
  .artist-description-right,
  .artist-description-bottom {
    font-size: 14px;
  }
}

@media only screen and (max-width: 480px)
{
    .artist-photo
    {
        width: 240px;
        height: 240px;
        background-size: 240px;
    }
}

/*@media only screen and (max-width: 700px) {
  .artist-photo {
    width: 150px;
    height: 150px;
    background-size: 150px;
    border-width: 2px;
  }
  .artist-description-right,
  .artist-description-bottom {
    font-size: 12px;
  }
}*/