.video-player{border-radius:40px;max-width:100%;overflow:hidden;position:relative;width:auto}.controls{bottom:20px;justify-content:space-between;left:20px;padding:5px;position:absolute;right:20px;width:calc(100% - 40px)}.controls,.video-player .controls .volume-control{align-items:center;display:flex}.video-player .controls button{background:0 0;border:0;outline:0;padding:0}#seekBar,#volumeControl{background:#1f2020;border-radius:30px;height:8px;outline:0}.video-player .controls #playPause{cursor:pointer;height:auto;width:58px}.video-player .controls #playPause img{height:auto;width:40px}#seekBar{width:85%}#seekBar,#volumeControl{-webkit-appearance:none;appearance:none}#volumeControl{width:85px}#seekBar::-webkit-slider-thumb{height:24px;margin-top:-8px;width:24px}#seekBar::-webkit-slider-thumb,#volumeControl::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;background:#fff;border-radius:50%;cursor:pointer}#volumeControl::-webkit-slider-thumb{height:18px;margin-top:-4px;width:18px}#seekBar::-moz-range-thumb,#volumeControl::-moz-range-thumb{background:#fff;border-radius:50%;cursor:pointer;height:24px;width:24px}#seekBar::-moz-range-track,#volumeControl::-moz-range-track{background:#1f2020;border:1px solid #fff;border-radius:30px}#seekBar::-webkit-slider-runnable-track,#volumeControl::-webkit-slider-runnable-track{background:#1f2020;border-radius:20px;height:8px}@media screen and (max-width:768px){.controls,.video-player .controls #playPause{width:auto}.video-player{border-radius:15px}.controls{bottom:5px;left:10px;right:10px}.video-player .controls #playPause img{height:auto;width:32px}#seekBar{width:55%}#volumeControl{width:60px}}