
        .player2-container .mejs__time-buffering, .player2-container .mejs__time-current, .player2-container .mejs__time-handle,
        .player2-container .mejs__time-loaded, .player2-container .mejs__time-hovered, .player2-container .mejs__time-marker, .player2-container .mejs__time-total {
            height: 2px;
        }

        .player2-container .mejs__time-total {
            margin-top: 9px;
        }
        .player2-container .mejs__time-handle {
            left: -5px;
            width: 12px;
            height: 12px;
            border-radius: 50%;
            background: #ffffff;
            top: -5px;
            cursor: pointer;
            display: block;
            position: absolute;
            z-index: 2;
            border: none;
        }
        .player2-container .mejs__time-handle-content {
            top: 0;
            left: 0;
            width: 12px;
            height: 12px;
        }

        .player2-container .mejs__container {
            background: #00B9EA;
            min-width: 150px;
            width: 100% !important;
        }

        .player2-container .mejs__controls {
            padding: 0;
            background: none;
        }

        .player2-container .mejs__controls .mejs__mute,
        .player2-container .mejs__controls .mejs__horizontal-volume-slider{
            display: none;
        }
