.heading_container {
  position: relative;
  z-index: 10;
  & .heading_cont {
    background-position: 50% 30%;
    background-repeat: repeat;
    background-size: cover;
    min-height: 150px;
    padding-top: 37px;
    position: relative;
    width: 100%;
    z-index: 4;
    &::after {
      background-color: rgba(0, 0, 0, 0.05);
      background-image: url('/media/img/artist_cover.png');
      background-size: cover;
      content: '';
      height: 100%;
      left: 0;
      position: absolute;
      top: 0;
      width: 100%;
      z-index: 2;
    }
    &.main_heading_cont {
      min-height: 100px;
      &::after {
        background-color: rgba(0, 0, 0, 0.5);
      }
      & .info h1 {
        user-select: none;
        font-family: 'Poiret One', 'Lucida Grande', 'Helvetica Neue', Helvetica, Arial, sans-serif;
        font-size: 45px;
        font-weight: normal;
        letter-spacing: 0.05em;
        line-height: 45px;
        margin: auto;
        position: relative;
        z-index: 3;
        & a {
          outline: none;
          &:hover {
            text-decoration: none;
          }
          & .stats {
            color: #fff;
            letter-spacing: 0.05em;
            text-shadow: 0 5px 15px #fff;
          }
          & .ter {
            color: var(--color-gray-medium);
            letter-spacing: 0.05em;
            text-shadow: 0 5px 15px var(--color-gray-medium);
          }
        }
        & .separator {
          color: var(--color-gray-medium);
          display: inline-block;
          width: 40px;
        }
        & .meta {
          color: #ccc;
          font-size: 16px;
          line-height: 16px;
          vertical-align: middle;
        }
      }
      & .top_music {
        bottom: -25px;
        font-size: 12px;
        line-height: 16px;
        padding-right: 2px;
        position: absolute;
        right: 0;
        & a {
          color: #ccc;
          &:hover {
            color: #fff;
            text-decoration: none;
          }
        }
      }
    }
    & .info {
      box-sizing: border-box;
      height: 100%;
      margin: auto;
      max-width: 950px;
      padding: 25px 0 0 0;
      position: relative;
      z-index: 3;
      & .img174 {
        background-color: transparent;
        border-color: #444;
        box-shadow: none;
        margin-right: 18px;
        &::after {
          height: 100%;
          visibility: visible;
        }
        &.user_img,
        &.artist_img {
          background-position: 50% 50%;
          border-radius: 87px;
          border: 2px solid var(--color-gray-dark);
          &::after {
            background-color: transparent;
            border-radius: 87px;
          }
        }
        & .spotify_link {
          display: none;
          text-decoration: none;
          & .spotify_container {
            border-radius: calc(34px / 2);
            position: relative;
            &::after {
              background-color: var(--color-gray-mid);
              content: '';
              display: inline-block;
              height: 40px;
              left: 4px;
              line-height: 34px;
              -webkit-mask-image: url('/media/img/icons/play-circle-solid.svg');
              mask-image: url('/media/img/icons/play-circle-solid.svg');
              -webkit-mask-position: center;
              mask-position: center;
              -webkit-mask-repeat: no-repeat;
              mask-repeat: no-repeat;
              -webkit-mask-size: contain;
              mask-size: contain;
              opacity: 0.5;
              position: relative;
              text-align: center;
              top: 6px;
              width: 40px;
              z-index: 5;
            }
            &:hover {
              background-color: var(--color-black);
              transition-duration: 0.3s;
              &::after {
                background-color: var(--color-white);
                opacity: 1;
                width: 34px;
              }
            }
          }
        }
      }
      & .top_info {
        padding-bottom: 20px;
        & h1,
        & h2,
        & h3 {
          & .artist_separator {
            color: #fff;
          }
          & a {
            color: #fff;
            &:hover {
              color: #999;
              text-decoration: none;
            }
          }
        }
        & h1 {
          color: #fff;
          font-size: 36px;
          font-weight: 400;
          letter-spacing: normal;
          line-height: 34px;
          margin: 0;
          padding-bottom: 15px;
          & .fa-edit {
            font-size: 14px;
          }
          & ul {
            display: inline;
          }
          & a span {
            vertical-align: middle;
            font-size: 20px;
            display: inline-block;
            margin-left: 10px;
          }
        }
        & h2 {
          font-size: 20px;
          font-weight: 300;
          margin: 0;
        }
        & h4 {
          font-size: 16px;
          font-weight: 400;
          margin-bottom: 10px;
          & .username {
            color: #fff;
          }
          & .meta {
            color: #999;
          }
        }
        & .lds-facebook {
          top: 10px;
        }
        & .submit {
          background-color: transparent;
          border: 0;
          height: 18px;
          position: absolute;
          right: 9px;
          top: calc(50% - 12px);
          width: 20px;
          &::before {
            background-color: var(--color-black);
            content: '';
            cursor: pointer;
            display: inline-block;
            height: 20px;
            left: 3px;
            line-height: 20px;
            -webkit-mask-image: url('/media/img/icons/plus-circle-solid.svg');
            mask-image: url('/media/img/icons/plus-circle-solid.svg');
            -webkit-mask-position: center;
            mask-position: center;
            -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
            -webkit-mask-size: contain;
            mask-size: contain;
            position: absolute;
            top: 2px;
            width: 20px;
          }
        }
      }
    }
  }
  & .meta_container {
    box-sizing: border-box;
    clear: right;
    color: #fff;
    margin: 5px auto 0;
    max-width: 950px;
    padding-left: 5px;
    position: relative;
    text-shadow: 0 0 3px #000;
    z-index: 3;
    & a {
      color: #fff;
      &:hover {
        color: var(--color-gray-mid);
        text-decoration: none;
      }
    }
    & .meta {
      float: left;
      padding: 0 30px 10px 0;
      & .value {
        color: #eee;
        font-size: 20px;
        font-weight: 400;
        & a:hover {
          color: #eee;
          text-decoration: none;
        }
        & .user_value,
        & .share,
        & .rank {
          color: #eee;
          font-weight: 300;
          font-size: 16px;
        }
      }
      & .label {
        color: #eee;
        font-size: 12px;
        font-weight: 300;
        letter-spacing: 0.1em;
        text-transform: uppercase;
        &.user_listening {
          border-left: 1px solid var(--color-gray-soft);
          padding-left: 30px;
          height: 46px;
          & .user_listening_image {
            float: left;
            position: relative;
            & svg {
              height: 46px;
              left: 0;
              position: absolute;
              top: 0;
              width: 46px;
              & path {
                stroke: #444;
              }
              & .similarity_path {
                animation: progress 3s ease-out forwards;
                stroke: #fff;
              }
            }
            & .user_listenings_img {
              border-radius: 16px;
              background-color: #000;
              border: 2px solid #000;
              display: inline-block;
              float: left;
              left: 5px;
              position: relative;
              top: 5px;
              &::after {
                border-radius: 16px;
              }
            }
          }
        }
        & .user_value {
          line-height: 35px;
          margin-left: 20px;
          white-space: nowrap;
          &.nomargin {
            margin: 0;
          }
          & .value {
            font-size: 16px;
            font-weight: 400;
          }
        }
      }
    }
  }
}
@keyframes progress {
  0% {
    stroke-dasharray: 0 100;
  }
}
