I'd like to get rid of the color gradient at the bottom of a video file (media controller gradient). Applying transparent background does not help. Thanks!
<div class="video-container">
<video controls="controls" width="500"
name="Idea" src="https://www.vidsplay.com/wp-content/uploads/2017/05/ideas.mp4?_=1">
</video>
</div>
.video-container video {
-webkit-media-controls-panel {
background-color: transparent !important;
box-shadow: none !important;
}}
.video-container {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px; height: 0; overflow: hidden;
}