video::-webkit-media-controls-enclosure {
    width:100%;
    background-color:transparent;
    -moz-border-radius: 1px !important;
    -webkit-border-radius: 1px !important;
    border-radius: 1px !important;
    filter: alpha(opacity=80);
    opacity: 0.8;
    margin-bottom:-20px;
    overflow: hidden;
}
video::-webkit-media-controls-panel {
    background-color: #eee;
    height:35px !important;
}

