body {
    font-family: Roboto, sans-serif;
    font-weight: 100;
    font-size: 16px;
    color: #FFF;
    width: 100%;
    overflow-x: hidden;
    background: url(/av/d998be7703720554543d194ba9ecc2f5e745f2da/sl8an2c3fd9sdyk9/PNG/frame_0000.png?format=jpg&optimize=low&dpr=2.0&auto=webp&height=1080) no-repeat center center;
    background-size: cover;
    background-color: #000;
}

a, a:visited, a:active {
    color: #FFF;
    text-decoration: none;
    font-weight: 400;
    opacity: 0.5;
}
a:hover {
    opacity: 1;
}

main {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    min-height: 460px;
    z-index: 99;
}

main > section {
    position: relative;
    display: block;
    top: 40%;
    -webkit-transform: translateY(-55%);
    transform: translateY(-55%);
    color: #FFF;
    text-align: center;
    width: 100%;
}

.verse-monogram {
    font-family: Verse;
    font-size: 42px;
    text-align: center;
    opacity: .95;
    margin-bottom: 20px;
    text-shadow: 1px 1px 10px rgba(0, 0, 0, .45);
}

.verse-logo {
    font-family: Verse;
    font-size: 64px;
    text-align: center;
    opacity: .95;
    margin-bottom: 15px;
    text-shadow: 1px 1px 10px rgba(0, 0, 0, .45);
}

h2.verse-message {
    color: #FFF;
    font-size: 20px;
    font-family: Roboto, sans-serif;
    font-weight: 300;
    text-shadow: 1px 1px 10px rgba(0, 0, 0, .45);
    letter-spacing: .045em;
    text-align: center;
    padding-left: 6px;
    margin-top: 0;
    opacity: .75;
    -webkit-font-smoothing: antialiased;
}

h3.verse-message {
    color: #FFF;
    font-size: 18px;
    font-family: Roboto, sans-serif;
    font-weight: 400;
    text-shadow: 1px 1px 10px rgba(0, 0, 0, .45);
    letter-spacing: .045em;
    text-align: center;
    padding-left: 6px;
    margin: -5px 0 10px;
    opacity: .75;
    -webkit-font-smoothing: antialiased;
}

a.verse-link {
    opacity: 1;
    cursor: pointer;
    color: #339FFF;
    -webkit-transition: all 0.25s linear;
}

a.verse-link:hover {
    color: #FFF;
    opacity: 0.85;
}

.video-list-box {
    margin: 30px auto 0;
    padding: 15px;
    border: 3px solid #EEE;
    border-radius: 5px;
    width: 500px;
    background-color: #222;
}

.video-list-box ul {
    text-align: left;
    padding: 0;
    margin: 0;
}
.video-list-box ul > li {
    list-style: none;
    margin-top: 12px;
}
.video-list-box ul > li:first-child {
    margin: 0;
}

.video-list-box ul > li label {
    font-weight: 400;
    margin-right: 8px;
    line-height: 1.25;
}
/************************************  MEDIA QUERIES  ***********************************/
@media (min-width: 768px){
    .verse-monogram {
        font-size: 48px;
        margin-bottom: 20px;
    }

    .verse-logo {
        font-size: 80px;
        margin-bottom: 30px;
    }

    h2.verse-message {
        font-size: 32px;
    }
}

@media (max-width: 767px) {
    .video-list-box {
        width: 80%;
    }
}

@media (min-width: 768px) and (max-width: 959px) {

}
