html,body{margin:0;padding:0;height:100%;width:100%;background-color:#4b0000;display:flex;justify-content:center;align-items:center;font-family:sans-serif}.audio-page-container{display:flex;justify-content:space-between;align-items:center;width:100%;max-width:1200px;height:100vh;padding:0 50px;box-sizing:border-box}.audio-player-container{display:flex;justify-content:flex-start;align-items:center;width:50%}.image-container{display:flex;justify-content:flex-end;align-items:center;width:50%}.image-container img{max-height:80%;max-width:100%;object-fit:contain}@media (max-width: 768px){.audio-page-container{flex-direction:column;justify-content:center;align-items:center;height:auto;padding:20px}.audio-player-container,.image-container{width:100%;margin-bottom:20px}.image-container img{max-width:80%;max-height:60%}}@media (max-width: 480px){html,body{padding:0;justify-content:flex-start;align-items:flex-start}.audio-page-container{flex-direction:column;justify-content:flex-start;align-items:center;padding:10px;height:auto}.audio-player-container,.image-container{width:100%;margin-bottom:15px}.image-container img{max-width:90%;max-height:50%}}
