:root {
    --soundTitle: 80px;
    --subtitleSize: 60px;
    --subtitleColor: #fff;
    --subtitleShadowColor: #000;
  }

.subtitle {
    font-size: var(--subtitleSize); color: var(--subtitleColor); line-height: 1.5em; text-align: center; text-shadow: -5px 0 5px var(--subtitleShadowColor), 0 5px 5px var(--subtitleShadowColor),
    5px 0 5px var(--subtitleShadowColor), 0 -5px 5px var(--subtitleShadowColor); margin: 0 0 50px 0; position: absolute; bottom: 0;
}
.soundTitle {
  font-size: var(--subtitleSize); color: var(--subtitleColor); line-height: 1.5em; text-align: center; text-shadow: -5px 0 5px var(--subtitleShadowColor), 0 5px 5px var(--subtitleShadowColor),
    5px 0 5px var(--subtitleShadowColor), 0 -5px 5px var(--subtitleShadowColor); padding: 20px 0 50px 0; position: absolute; bottom: 0;
    width: 100%; position: relative;
}
.soundTitle > .bg { width: 100%; height: 234px; background: url("../../../../image/setup/bg.jpg"); background-size: cover; opacity: 0.9; }
.soundTitle > .soundName { position: absolute; z-index: 1; left: 0; right: 0; top: 80px; opacity: 1; font-size: var(--soundTitle); }
.soundTitle > .singer { position: absolute; z-index: 1; right: 120px; bottom: 80px; opacity: 1; }