.el-mediathek {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 0px;
    padding-bottom: 20px;
    box-sizing: border-box;
}

.el-mediathek > .bhElementInner {
    overflow-y: scroll;
    height: calc(var(--content-height) - 21px);
    -webkit-overflow-scrolling: touch;
    padding-top: 20px;
}

.el-mediathek-item {
    width: calc(33.3333% - 22.5px);
    display: inline-block;
    margin: 10px;
    margin-bottom: 10px;
    background: white;
    box-shadow: 0px 4px 1px rgba(0, 0, 0, 0.1);
    cursor: pointer;
}

.el-mediathek .bhBackgroundImage {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 175px;
}

.el-mediathek-item-text {
    padding: 6px 12px;
}

.el-mediathek .bhe-container-dropzone {
    display: none !important;
}

.el-mediathek-video {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background: white;
    box-sizing: border-box;
    padding: 0px 20px 20px 20px;
}

.el-mediathek-video video {
    width: 100%;
    height: calc(100% - 100px);
}

.el-mediathek-video-play.playing:before {
    content: "\e959";
}

.el-mediathek-controls {
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.el-mediathek-video-play {
    cursor: pointer;
    flex-basis: 57px;
    height: 57px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    color: white;
    background: rgba(0, 0, 0, 0.6);
    flex-shrink: 0;
}

.el-mediathek-video-scrubber {
    -webkit-appearance: none;
    height: 5px;
    background-color: #666666;
    flex-basis: calc(100% - 57px);
    margin-left: 75px;
    margin-right: calc(57px + 75px);
    position: relative;
    box-shadow: 0px 4px 1px rgba(0, 0, 0, 0.1);
    border-radius: 2.5px;
}

.el-mediathek-video-scrubber::-ms-track {
    background-color: #666666;
}

.el-mediathek-video-scrubber::-webkit-slider-thumb {
    -webkit-appearance: none;
    height: 30px;
    width: 30px;
    border-radius: 15px;
    background: #070707;
    cursor: pointer;
}
