        #video-container {
            position: relative;
            width: 275px;
            height: 152px;
        }
        #audio-button, #play-button {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            padding: 10px 20px;
            background-color: rgba(0, 0, 0, 0.0);
            color: #2D9DF9;
            border: none;
            cursor: pointer;
            z-index: 13;
        }
        #myVideo {
            border-radius: 10px;
        }
        #progress-bar {
            position: absolute;
            bottom: 0;
            left: 0;
            width: 0;
            height: 5px;
            background-color: #2D9DF9;
            z-index: 5;
        }
        #play-button {
            display: none;
        }