@import "base.css";
@import "../fonts/stylesheet.css";

body {
    background: #252830;
    font-family: "Bryant Condensed";
}

.container {
    max-width: 1080px;
    height: 1920px;
    width: 100vw;
    background: #f7f6f5;
    margin: 0 auto;
    position: relative;
}

.container.black {
    background: #f7f6f5;/*LOBO was black*/
}

.video {
    width: 1080px;
    margin: auto;
    background: #000;
    display: none;
    transition: all 300ms ease-in;
}

.video-border {
    width: 790px;
    top: 125px;
    position: relative;
}

.video-screensaver {
    display: block;
    width: 790px;
    top: 125px;
    position: relative;
}

.playing.black .video {
    transition: all 300ms ease-in;
}

.black .controls {
    opacity: 0;
    display: block;
    transition: all 200ms ease-in;
}

.playing.black .controls {
    opacity: 1;
    transition: all 300ms ease-in;
}

a {
    text-decoration: none;
    color: #000000;
    display: block;
}

.frame-1 {
    margin: 0 auto;
    width: 780px;
    display: block;
}

p {
    font-size: 16px;
    line-height: 16px;
}

.thumb-container {
    position: absolute;
    width: 800px;
    margin: 48px auto;
    opacity: 1;
    bottom: 0;
    left: 150px;
}

.controls {
    position: absolute;
    bottom: 400px;
    width: 780px;
    margin: 0 auto;
}

.black .thumb-container {
    opacity: 0;
}

.playing.black .thumb-container {
    opacity: 0;
    pointer-events: none;
    transition: all 200ms ease-out;
}

.thumb {
    display: inline-block;
    margin-right: 16px;
    position: relative;
    vertical-align: top;
    padding-bottom: 50px;
    min-height: 300px;
}
.thumb p {
    position: absolute;
    bottom: -10px;
    z-index: 1;
}

.thumb .play {
    width: 160px;
    left: 50%;
    transform: translateX(-50%);
    top: 92px;
    z-index: 1;
}
.thumb .play img {
    width: 60px;
    height: 60px;
    margin: 0 auto 5px;
    display: block;
}

.thumb-6 {
    width: 139px;
}

.thumb:last-child {
    margin-right: 0;
}

.image {
    width: 140px;
    display: block;
    padding-bottom: 10px;
    transform: scale(1.3) translateY(20px);/*1.4*/
}

.play-1 span {
    text-transform: uppercase;
    text-align: center;
    display: block;
    padding-top: 5px;
}

.mute,
.home {
    position: absolute;
    display: block;
}

.mute {
    background: #fff100;
    border-radius: 50%;
    text-align: center;
    line-height: 30px;
    display: block;
}

.mute:active {
    background: rgba(255, 241, 0, 0.5);
}

.mute i {
    font-size: 30px;
    line-height: 30px;
    display: block;
    padding-top: 15px;
    padding-left: 5px;
}

.pause,
.play {
    position: absolute;
    width: 135px;
    height: 135px;
    left: 472px;
    top: 125px;
}

.play img,
.pause img {
    width: 100%;
    height: 100%;
}

.mute {
    width: 60px;
    height: 60px;
    left: 792px;
    top: 163px;
}

.down {
    left: 715px;
}

.home {
    width: 60px;
    height: 60px;
    left: 870px;
    top: 163px;
}
