div.card {
    background: #2115259c;
    box-shadow: -3px 3px #140c1bb0;
    transition: all 100ms ease-in-out;
    backdrop-filter: blur(10px);
}

.card:hover {
    box-shadow: none;
    transform: translate(-3px, 3px);
}

.navbar, .bg-dark {
    background-color: #1b1b1b !important;
}

.timestamp {
    position: absolute;
    right: 10px;
    font-size: 12px;
    color: #888;
}

.left {
    position: absolute;
    left: 0;
}

.right {
    position: absolute;
    right: 0;
}

.card-body {
    display: block;
    margin-bottom: 18px;
}

.card-title-left {
    position: absolute;
    left: 20px;
    font-size: 12px;
}

.card-title-right {
    position: absolute;
    right: 20px;
    font-size: 12px;
}

.footer-container {
    display: block;
    position: relative;
    height: 13px;
    margin-left: 4x;
    margin-right: 4px;
}

.card-footer {
    font-size: 12px;
    color: #333;
}

div.featherlight .featherlight-inner {
    height: auto;
    width: 100vw;
}

div.featherlight .screenshot.featherlight-inner {
}

div.featherlight:before {
    display: none;
}

div.featherlight .featherlight-close-icon {
    position: absolute;
    z-index: 9999;
    top: 0;
    right: 0;
    line-height: 25px;
    width: 25px;
    cursor: pointer;
    text-align: center;
    font-family: Arial,sans-serif;
    background: #fff;
    background: rgba(255,255,255,.3);
    color: #000;
    border: 0;
    padding: 0;
    margin: 15px 25px;
    font-size: 25px;
}

div.featherlight .featherlight-content {
    position: relative;
    text-align: left;
    vertical-align: middle;
    display: block;
    overflow: hidden;
    border-bottom: 25px solid transparent;
    cursor: auto;
    white-space: normal;
    min-height: 101vh;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
}

div.featherlight {
    background: #3131314f !important;
    backdrop-filter: blur(10px);
    position: fixed;
    top: 0;
    z-index: 102;
}

.featherlight .featherlight-content,.featherlight-close-icon {
    background: transparent !important;
}

.featherlight-close-icon {
    color: #d7d7d7 !important;
}

.video-js {
    width: 300px;
}

.featherlight .featherlight-content {
    margin-left: 0 !important;
    margin-right: 0 !important;
    max-height: 98% !important;
    /*padding: 10px 10px !important;*/
    border-bottom: 10px solid transparent !important;
}

.screenshot {
    width: 100%;
}

.video-card {
    /*background: #112b31;*/
}

.ss-card {
    /*background: #113115;*/
}

.card > .icon {
    position: absolute;
    top: 10px;
    right: 10px;
    background: #000;
    opacity: 0.7;
    padding: 8px 11px 6px 13px;
    border-radius: 12px;
    border: 2px solid #333;
}

.card > div > .fa {
    color: #e6e6e6;
    text-shadow: 2px 2px #555;
    font-size: 26px;
}

.card > *:not(.card-background) {
    z-index: 1;
}

.screenshot {
    cursor: pointer;
}