.slidecontainer {
    width: 450px;
    height: 40px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    background-color: #514F6B;
    align-items: center;
    margin: 0 auto;
}

.slider {
    -webkit-appearance: none;
    width: 200px;
    height: 15px;
    background: #d3d3d3;
    outline: none;
}

.slider::-webkit-slider-thumb:hover {
    background: #828181;
}

.slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 25px;
    height: 15px;
    border-radius: 50%;
    background: #434343;
    cursor: pointer;
}

.slider::-moz-range-thumb {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #434343;
    cursor: pointer;
}

#myVol {
    width: 100px;
}

.sl-pos{width: 200px;}
.sl-vol{width: 100px;}
