body {
    background-color: rgba(0, 0, 0);
}

#background-video {
    position: fixed;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
}

ul.nav.nav-tabs li {
    background-color: rgb(49, 48, 48);
    padding: 14px;
    color: white !important;
    font-size: 10px;
}

ul.nav.nav-tabs li a {
    color: white !important;
}

.fade {
    padding: 20px;
}

/* START MODULE STYLING */
.module-gallery {
    width: 100%;
}

.module-gallery .slider-wrapper {
    display: flex;
    overflow: hidden;
    max-height: 500px;
}

.module-gallery .slider-thumb {
    max-width: 125px;
}

.module-gallery .slider-thumb li {
    max-height: 100px;
}

/* .module-gallery .slider-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  } */

.module-gallery .slider-thumb .slick-prev,
.module-gallery .slider-thumb .slick-next {
    z-index: 1;
    height: 1em;
    width: 100%;
    background-color: #000;
    opacity: 0.3;
    transition: opacity 300ms ease;
    font-size: 1.5em;
    color: #fff;
}

.module-gallery .slider-thumb .slick-prev:before,
.module-gallery .slider-thumb .slick-next:before {
    content: "";
}

.module-gallery .slider-thumb .slick-prev:hover,
.module-gallery .slider-thumb .slick-next:hover {
    opacity: 0.5;
}

.module-gallery .slider-thumb .slick-prev {
    left: unset;
    top: 0.5em;
}

.module-gallery .slider-thumb .slick-next {
    top: unset;
    right: unset;
    bottom: -0.5em;
}

.slick-track .slick-track {
    display: none;
}

video {
    width: 100% !important;
    margin: 5px !important;
    padding: 0px !important;
}

@media (max-width: 767px) {
    .module-gallery .slider-wrapper {
        flex-direction: column-reverse;
    }

    .module-gallery .slider-thumb {
        max-width: 100%;
    }

    .module-gallery .slider-thumb .slick-prev,
    .module-gallery .slider-thumb .slick-next {
        top: 50%;
        width: 1em;
        height: 100%;
    }

    .module-gallery .slider-thumb .slick-prev {
        left: 0;
    }

    .module-gallery .slider-thumb .slick-prev .fa:before {
        content: "\f104";
    }

    .module-gallery .slider-thumb .slick-next {
        right: 0;
    }

    .module-gallery .slider-thumb .slick-next .fa:before {
        content: "\f105";
    }
}

a.closex {
    background-color: rgb(49, 48, 48);
    padding: 4px !important;
    color: white !important;
    text-align: center !important;
    width: 50% !important;
    margin: auto;
    display: block;
    margin-top: 67px;
    border: 0px solid !important;
}

ul.nav.nav-tabs li a.active {
    background-color: rgb(255 255 255) !important;
    padding: 14px;
    color: black !important;
}

ul.nav.nav-tabs li a.active {
    background-color: rgb(255 255 255) !important;
    padding: 14px;
    color: black !important;
    width: 33% !important;
}

ul.nav.nav-tabs li a {
    width: 33% !important;
    font-size: 2.5em;
}

ul.nav.nav-tabs li.active {
    background-color: rgb(49, 48, 48);
    padding: 14px;
    color: white !important;
}

ul.nav.nav-tabs li {
    color: white !important;
}

p.closedx {
    background: white !important;
    display: block;
    color: black;
    text-align: center !important;
    font-weight: bold !important;
}

.num {
    color: white;
    text-align: center !important;
    font-weight: bold !important;
    font-size: 1em;
}

B {
    background: #202020 !important;
    display: block;
    color: white;
    text-align: center !important;
    font-weight: bold !important;
    font-size: 1.5em;
}
