body {
    background-image: url('../t2/x1.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    font-size: 13px;
}

@media (min-width: 768px) {
    body {
        font-size: 14px;
    }
}

.bg-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    will-change: top;
}

.bg-video > video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.bg-img {
    background-image: url(../t2/x1.jpg);
    background-position: center center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
}

.bg-overlay {
    background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, .3), rgba(0, 0, 0, .6));
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, .3), rgba(0, 0, 0, .6));
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

main {
    margin-top: 40px;
    margin-bottom: 40px;
}

.video-wrap {
    background-color: transparent;
    background-color: #FAFAFA;
    border: 1px solid #e5e5e5;
    padding: 5px;
    border-radius: 3px;
}

.video-content {
    padding: 20px 10px;
}

.video-views {
    font-size: 1.4rem;
    color: #696969;
}

.video-votes-bar {
    position: relative;
    background-color: #ccc;
    height: 2px;
    width: 160px;
    display: inline-block;
}

.video-votes-bar:before {
    content: "";
    position: absolute;
    background-color: #167ac6;
    top: 0;
    left: 0;
    bottom: 0;
    width: 98%;
}

.video-comment {
    background-color: #FAFAFA;
    padding: 15px 10px;
}

.btn-thumb {
    background-color: transparent;
    font-size: 13px;
    font-weight: bold;
    padding: .375rem .375rem;
    color: #696969;
}

.btn-thumb:focus,
.btn-thumb:active {
    outline: none !important;
}

.btn-thumb > .thumb {
    fill: #696969;
}

.btn-vote:first-child {
    color: #167AC6;
}

.btn-vote:first-child > .thumb {
    fill: #167AC6;
}

.btn-vote:last-child {
    color: #292929;
}

.btn-vote:last-child > .thumb {
    fill: #292929;
}

.thumb {
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}

.thumb-down {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}
