.background-src {
  /*background-image: url("../img/png-paesaggio-lerici-crop.jpg");*/
  /*background-image: url("../img/jose-ignacio-pompe-VkF6IXHVIvA-unsplash.jpg");*/
  /*background-image: url("../img/manarola.jpg");*/
  /*background-image: url("../img/bg-natura.jpg");*/
  background-image: url("../release/20230609/artwork-3000.jpg");
  /*background-position: 0px -767px;*/
}

/* Media Width (deprecated) */

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

@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%;
  }
}*/

/* Media Height (deprecated) */

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

.header {
  opacity: 0.9;
}
.content {
  /*margin-top: 63px;*/
  /*display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;*/
  /*height: calc(100vh - 63px - 58px);*/
}
.content-box {

}
.song-main-info {
  /*height: 400px;*/
}
.song-main-info .content-wrapper {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  /*display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;

  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  box-orient: horizontal;
  flex-direction: row;

  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  justify-content: center;

  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  align-items: center;*/
}
.song-main-info-content {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  /*margin: 120px 0;*/
}
.song-artwork {
  display: table;
  /*display: block;*/
  /*width: 300px;
  height: 300px;
  width: 21.97vw;
  height: 21.97vw;*/
  width: 600px;
  height: 600px;
  /*border: 10px solid #a550c7;
  border: .80vw solid var(--color);*/
  border: 20px solid var(--color);
  border-radius: 32px;
  box-sizing: content-box;
  background-image: url("../release/20230609/artwork-3000.jpg");
  /*background-size: 300px;
  background-size: 21.97vw;*/
  background-size: 600px;
  background-position: center;
  background-repeat: no-repeat;

  /*position: relative;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;*/
}
.song-artwork img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  position: absolute;
  border: 10px solid var(--color);
}
.song-audio-button-box {
  display: table;
  width: 100%;
  height: inherit;
  position: relative;
  cursor: pointer;
}
.song-audio-button-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: inherit;
}
.song-audio-button {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  /*width: 64px;
  height: 64px;*/
  /*width: 4.8vw;
  height: 4.8vw;*/
  width: 92px;
  height: 92px;
  position: relative;
  z-index: 1;
  background-color: var(--color);
  color: #ffffff;
  /*font-size: 20px;
  font-size: 1.5vw;*/
  font-size: 30px;
  font-weight: 600;
  /*border-radius: 10px;
  border-radius: 0.6vw;*/
  border-radius: 14px;
}
.song-audio-button-blackscreen {
  display: table;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0;
  background-color: #000000;
  opacity: 0;
}
.song-artwork:hover .song-audio-button-blackscreen {
  opacity: 0.2;
}
.song-title {
  /*font-size: 64px;
  font-size: 4.7vw;*/
  font-size: 120px;
  font-weight: 800;
  color: inherit;
  text-align: center;
  text-decoration: none;
}
.song-description
{
  margin-bottom: 180px !important;
  /*height: 300px;*/
}
.song-description .content-wrapper {
  /*font-size: 16px;*/
  font-size: 40px;
  line-height: 64px;
  font-weight: 500;
  text-align: left;
}

/*@media only screen and (max-width: 1063px) {
  .content-box .content-section {
    margin-top: 41px;
  }
  .content-box .content-section:last-child {
    margin-bottom: 41px;
  }
  .content-box .content-section .song-artwork {
    width: 200px;
    height: 200px;
    background-size: 200px;
    border-width: 6px;
  }
  .content-box .content-section .song-audio-button {
    width: 48px;
    height: 48px;
    font-size: 16px;
  }
  .content-box .content-section .song-title {
    font-size: 48px;
  }
  .song-description .content-wrapper {
    font-size: 14px;
  }
  .content-wrapper {
    width: 768px;
    padding: 20px 15px;
  }
}

@media only screen and (max-width: 680px) {
  .content-box .content-section .song-artwork {
    width: 150px;
    height: 150px;
    background-size: 150px;
    border-width: 4px;
  }
  .content-box .content-section .song-audio-button {
    width: 40px;
    height: 40px;
    font-size: 14px;
  }
  .content-box .content-section .song-title {
    font-size: 36px !important;
  }
}

@media only screen and (max-width: 540px) {
  .content-box .content-section .song-artwork {
    width: 100px;
    height: 100px;
    background-size: 100px;
    border-width: 2px;
  }
  .content-box .content-section .song-audio-button {
    width: 26px;
    height: 26px;
    font-size: 10px;
    border-radius: 3px;
  }
  .content-box .content-section .song-title {
    font-size: 30px !important;
  }
  .song-description .content-wrapper {
    font-size: 12px;
  }
}*/

@media only screen and (max-width: 1800px)
{
    .song-main-info .content-wrapper
    {
        flex-direction: column;
    }
    
    .song-main-info .song-title
    {
        margin-top: 130px;
    }
}

@media only screen and (max-width: 800px)
{
    .song-artwork
    {
        width: 75vw;
        height: 75vw;
        background-size: 75vw;
        border-width: 2.5vw;
        border-radius: 4vw;
    }
    
    .song-audio-button
    {
        width: 11.5vw;
        height: 11.5vw;
        font-size: 3.7vw;
        border-radius: 1.8vw;
    }
}

@media only screen and (max-width: 480px)
{
    .song-main-info .song-title
    {
        font-size: 86px;
    }
    
    .song-description .content-wrapper
    {
        font-size: 28px;
        line-height: 46px;
    }
}