     body {
         background: url("https://images5.alphacoders.com/137/thumb-1920-1375151.png") no-repeat center center fixed;
         background-size: cover;
     }

     @media (max-width: 768px) {
         body {
             background: url("https://i.pinimg.com/564x/c0/f1/95/c0f19579e7b0103df450ccab07dbcbf0.jpg") no-repeat center center fixed;
             background-size: cover;
         }
     }

     #tab-content-bio,
     #tab-content-clips {
         transition: opacity 0.3s ease;
     }

     #music-overlay {
         position: absolute;
         top: 0;
         left: 0;
         width: 800px;
         height: 100%;
         background: rgba(50, 50, 50, 0.7);
         color: white;
         display: flex;
         align-items: center;
         justify-content: center;
         font-family: sans-serif;
         font-size: 20px;
         cursor: pointer;
         z-index: 999;
     }