/*
 * Quark 2 — user customizations
 *
 * This file is safe to edit. It is loaded last so anything here overrides
 * theme.css without having to mark rules !important.
 */

.home-light {
    background-color: #FFFFFF !important;
    padding: 15px;
    margin: 0;
}

.home-dark {
    background-color: #EFEFEF !important;
    padding: 15px;
    margin: 0;
}

.video-js .vjs-overlay {
    background: rgba(0, 0, 0, 0.65) !important;
    color: #fff !important;
    padding: 10px 15px;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 500;
    z-index: 9999 !important;
    position: absolute !important;
    width: 98% !important;
    text-align: left !important;
    box-sizing: border-box;
}