* {
    transition: all 240ms ease-out;
    -moz-transition: all 240ms ease-out;
    -ms-transition: all 240ms ease-out;
    -o-transition: all 240ms ease-out;
    cursor: default;
    -webkit-touch-callout: none; 
    -webkit-user-select: none; 
    -khtml-user-select: none; 
    -moz-user-select: none; 
    -ms-user-select: none; 
    user-select: none; 
}

.authenticated .notifauth,
body:not(.authenticated) .ifauth {
    display: none !important;
}

@font-face {
    font-family: 'Nokia';
    font-style: normal;
    font-weight: 400;
    src: url('./nokiafc22.ttf');
}


@font-face {
    font-family: 'GoodTime';
    font-style: normal;
    font-weight: 400;
    src: url('./GoodTime.otf');
}

@font-face {
    font-family: 'Twitch';
    font-style: normal;
    font-weight: 400;
    src: url('./RoTwimchRegular-WyR3n.ttf');
}

@font-face {
    font-family: 'Kufi';
    font-style: normal;
    font-weight: 400;
    src: url('./ReemKufi-Regular.ttf');
}


@keyframes shake {
	0% { transform: translate(5px, 5px) rotate(0deg) scale(1.05);}
	10% { transform: translate(-5px, -5px) rotate(-1deg) scale(1); }
	20% { transform: translate(-5px, 0px) rotate(1deg) scale(0.95); }
	30% { transform: translate(5px, 5px) rotate(0deg) scale(1.05); }
	40% { transform: translate(5px, -5px) rotate(1deg) scale(1); }
	50% { transform: translate(-5px, 5px) rotate(-1deg) scale(0.95); }
	60% { transform: translate(-5px, 5px) rotate(0deg) scale(1); }
	70% { transform: translate(5px, 5px) rotate(-1deg) scale(1.05); }
	80% { transform: translate(-5px, -5px) rotate(1deg) scale(1); }
	90% { transform: translate(5px, 5px) rotate(0deg) scale(0.95); }
    100% { transform: translate(5px, 5px) rotate(0deg) scale(1); }
}


@keyframes fadein {
        from {
                opacity: 0;
                filter: blur(50px);
                pointer-events: none;
        }
      to {
                filter: blur(0.1px);
                opacity: 1;
        }
}

@keyframes fadeout {
        to {
                opacity: 0;
                filter: blur(50px);
                pointer-events: none;
        }
      from {
                filter: blur(0.1px);
                opacity: 1;
        }
}

@keyframes slidein {

    from {
        top: 100%;
    }
    to {
        top: 0;
    }
}

.slowshake {
    animation: shake 50s infinite;
    animation-timing-function: ease-in-out;
}

.slowshake2 {
    animation: shake 70s infinite;
    animation-timing-function: ease-in-out;
    animation-direction: reverse;
}

.slowshake3 {
    animation: shake 80s infinite;
    animation-timing-function: ease-in-out;
    animation-direction: reverse;
}

blink, .blink {
    animation: blink-animation 1s steps(5, start) infinite;
    -webkit-animation: blink-animation 1s steps(5, start) infinite;
  }
@keyframes blink-animation {
    from {
        scale: 1;
    }
    to {
        scale: 1.02;
    }
}

html, body {
    overflow-x: hidden;
}


body {
    background-color: #19012A;
    margin: 0px;
    padding: 0px;
    background-size: 100vw;
    background-position: top center;
}

body.minecraft {
    background-image: url('./5MzoPur49E.jpg');
}

@media only screen and (max-width:800px){
    body {
        background-size: 116vw;
    }
}

img {
    pointer-events: none;
}
.hidden {
    display: none !important;
}
.section > div > div {
    width: 60vw;
    margin: 0 auto;
    font-family: Nokia;
    padding: 100px 0;
}

@media only screen and (max-width:800px){
    .section > div > div {
        width: 90vw;
    }   
}

@media only screen and (max-width:400px){
    .section > div > div {
        padding: 50px 0;
    } 

    .section.underlaid > div > div:first-child {
        padding-top: 150px;
    } 
}

.links {
}
.links a.right {
    float: right;
}

.head {
    text-align: center;
    margin-top: 20px;
}

a {
    cursor: pointer !important;
}


.links a {
    color: #FFF;
    line-height: 44px;
    display: inline-block;
    height: 40px;
    text-decoration: none;
    padding: 0 20px;
    padding-bottom: 4px;
    margin: 0 10px 10px 10px;
    border-radius: 6px;
    text-transform: uppercase;
    font-family: Twitch;
    font-size: 18px;
    letter-spacing: 1px;
    filter: drop-shadow(1px 1px 4px #014A5F);
    cursor: pointer;
    text-shadow: 1px 1px #000, 2px 2px #000, 3px 3px #000, 4px 4px #000;
}

.titlesocial .links a {
    margin: 0px;
    padding: 0px 10px;
    font-family: 'Kufi';
    text-shadow: none;
    font-size: 11px;
}

.titlesocial .links a.logo, .titlesocial .links a.tag {
    float: left;
    border-radius: 0px;
    line-height: 20px;
    height: 20px;
    display: inline-block;
}

.titlesocial .links a.menu {
    position: absolute;
    top: 10px;
    left: 20px;
    display: inline-block;
    height: 40px;
    background-image: url('./menu.png');
    background-size: 25px;
    background-repeat: no-repeat;
    background-position: left center;
}

.titlesocial .links a.home {
    position: absolute;
    top: 10px;
    left: 20px;
    display: inline-block;
    height: 40px;
    background-image: url('./home.png');
    background-size: 25px;
    background-repeat: no-repeat;
    background-position: left center;
}

.titlesocial .links a span {
    margin-left: 25px;
    padding-left: 10px;
    border-left: 1px solid rgba(255, 255, 255, .5);
    pointer-events: none;
}

.titlesocial .links a.logo {
    border-left: 1px solid rgba(255, 255, 255, .5);
    color: rgba(255, 255, 255, .9);
}
.titlesocial .links a.tag {
    opacity: .5;
}

.titlesocial .links a.logo:hover {
    color: #FFF;
}

.titlesocial .links a.tag:hover {
    opacity: 1;
}

.foot .links a {
    filter: none;
    text-shadow: none;
    height: 120px;
}

.links a > img {
    height: 40px;
    display: block;
    margin: 0 auto;
    cursor: pointer;
}

.inverted {
    filter: invert(1);
}



.links a:hover:not(.logo):not(.tag):not(.menu):not(.home) {
    transform: scale(1.1);
}

.section.underlaid .links {
    text-align: center;
    min-height: auto;
}

.section.underlaid .links a {
    margin: 0px 20px;
    padding: 0px 10px;
    font-family: 'GoodTime';
    text-shadow: none;
    font-size: 11px;
    filter: none;
}

.section.underlaid .links a:hover {

    transform: unset;
}


.titlesocial {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 50px;
    z-index: 1;
}

@media only screen and (max-width:400px){
    .titlesocial .social {
        position: absolute;
        left: 0;
        right: 0;
        text-align: center;
        top: 70vw;
    }
}

.titlesocial .links {
    margin: auto;
    margin-top: 15px;
    width: 60vw;
    text-align: right;
    background: rgb(34 34 34 / 80%);
    padding: 0px 15px 0px 15px;
    border-radius: 12px;
    line-height: 50px;
    position: relative;
    height: 63px;
    backdrop-filter: blur(10px);
}

body.streamer .titlesocial .links {
    margin-top: 0px;
    background: transparent;
}

.titlesocial .links .social{
    position: absolute;
    display: block;
    right: 15px;
    top: 15px;
}

.titlesocial .links .buttons {
    position: absolute;
    display: block;
    right: 15px;
    top: 5px;
}

@media only screen and (max-width:800px){
    .titlesocial .links{
        margin: auto;
        margin-top: 15px;
        width: 90vw;
        text-align: right;
        white-space: nowrap;
    }
}

.titlesocial .links .buttons a {
    background: #3399ff;
}

.titlesocial .links a {
    margin: 0;
    padding: 0 10px;
}

body.streamer .titlesocial .links a {
    filter: drop-shadow(2px 2px 4px #014A5F);
}

.titlesocial .links a > img {
    height: 30px;
}

.titlebanner {
    text-align: center;
    
    background-size: 33vw;
    background-repeat: no-repeat;
    background-position: center 20px;
    height: 35vw;
    position: relative;
}

.titlebanner video {
    width: 100vw;
}

body.minecraft .titlebanner {
    height: 64vh;
}

.titlebanner .hi {
    position: absolute;
    left: calc(50vw - 22vw);
    top: calc(2vw);
    height: 10vw;
    width: 10vw;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url('./hello_hi.png');
    background-size: 10vw;
}

.titlebanner .iam {
    position: absolute;
    left: calc(50vw + 12vw);
    top: 11vw;
    height: 20vw;
    width: 20vw;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url('./hello_iam.png');
    background-size: 20vw;
}

.titlebanner .heck {
    position: absolute;
    left: calc(50vw - 21vw);
    top: 14vw;
    height: 10vw;
    width: 10vw;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url('./hello_heck.png');
    background-size: 6vw;
}


@media only screen and (max-width:800px){
    .titlebanner {
        background-position: center 1vw;
        height: 50vw;
        margin-top: 15vw;
        background-size: 50vw;
    }

    .titlebanner .heck {
        left: calc(50vw - 34vw);
        background-size: 12vw;
        width: 20vw;
        height: 20vw;
        top: 25vw;
    }

    .titlebanner .iam {
        left: calc(50vw + 18vw);
        height: 30vw;
        width: 30vw;
        background-size: 30vw;
        top: 18vw;
    }

    .titlebanner .hi {
        top: 13vw;
        left: calc(50vw - 37vw);
        background-size: 15vw;
        height: 15vw;
        width: 15vw;
    }
}

.titlebanner > span{
    /* font-size: 100px; */
    font-size: 5vw;
    color: #FFF;
    font-family: Nokia;
    text-shadow: 1px 1px #000, 2px 2px #000, 3px 3px #000, 4px 4px #000, 0px 0px 10px #000, 0px 0px 10px #000;
    position: absolute;
    bottom: 9vw;
    display: inline-block;
    text-align: center;
    left: 0;
    right: 0;
    letter-spacing: 5px;
}



.titlebanner > span img{
    /* height: 80px; */
    height: 4vw;
}

.titlebanner > span.bar {
    bottom: 2vw;
    font-size: 1.5vw;
}

.bar .container {
    display: inline-block;
    height: 3vw;
    background: #3600B1;
    width: 30vw;
    position: relative;
    border-radius: 1.2vw;
    border: 2px solid rgba(255, 255, 255, 1);
    overflow: hidden;
}

.bar .fill {
    position: absolute;
    display: inline-block;
    bottom: 0;
    top: 0;
    left: 0vw;
    min-width: 4vw;
    background: #3399ff;
    border-radius: 1.1vw;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.bar .title {
    position: absolute;
    left: 10px;
    top: 0;
    line-height: 3vw;
    font-size: 1vw;
    text-shadow: none;
    color: #FFF;
}

.bar .current {
    position: absolute;
    top: 0;
    right: 10px;
    font-size: 1vw;
    line-height: 3vw;
    color: #FFF;
}


.followergoal {
    margin: 10px auto;
    display: block;
    width: 30vw;
}

@media only screen and (max-width:800px){
    .titlebanner > span{
        font-size: 8vw;
    }
    .titlebanner > span img{
        height: 7vw;
    }
    .bar .container {
        letter-spacing: 2px;
    }
    .bar .goal {
        right: 0.2vh;
        top: 0.2vh;
    }

    .bar .current {
        top: -2vw;
        right: -1.2vw;
        right: -2vw;
    }
    
}

.partner {
    position: absolute;
    font-size: 1vw;
    line-height: 1vw;
    background: #fff;
    border-radius: 7px;
    padding: 8px;
    text-align: center;
    color: #6441a5;
    text-shadow: -1px -1px 1px #FFF, 1px 1px 1px #FFF, 1px 1px #6441a5, 2px 2px #6441a5, 3px 3px #6441a570;
    font-family: Twitch;
    margin-top: -38px;
    margin-left: 3vw;
}

@media only screen and (max-width:800px){
    .partner {
        font-size: 2vw;
    }
}

.partner:before {
    content: "";
    width: 0px;
    height: 0px;
    position: absolute;
    border-left: 15px solid #fff;
    border-right: 12px solid transparent;
    border-top: 3px solid #fff;
    border-bottom: 18px solid transparent;
    left: 0px;
    bottom: -15px;
}

body[cs="1"] .hideiflive {
    display: none !important;
}

body[cs="0"] .showiflive {
    display: none !important;
}

body[cs="1"] .nextstream span.subtitle {
    visibility: hidden;
}

.nextstream {
    position: absolute;
    font-size: 1vw;
    line-height: 1vw;
    border-radius: 7px;
    padding: 8px;
    text-align: left;
    color: #fff;
    font-family: Twitch;
    margin-top: -5vw;
    margin-left: -11vw;
}

.nextstream .countdown {
    font-size: 2.5vw;
    display: block;
    line-height: 3.5vw;
    position: absolute;
    width: 50vw;
    right: 0;
    text-align: right;
}

.wall {
    position:fixed;
    left: -5px;
    right: -5px;
    top: -5px;
    bottom: -5px;
    z-index: -2;
    width: calc(100% + 10px);
    height: calc(100% + 10px);
    max-width: unset;
    filter: blur(4px);
    background-image:url('');
    background-size:cover;
    background-position: bottom center;
}

.section {
    min-height: 300px;
    position: relative;
    line-height: 0px;
    z-index: 1;
    overflow-x: hidden;
}

.section > img:first-child, .section > img:last-child {
    width: 100%;	
}

.section > div {
    min-height: calc(300px);
    line-height: 24px;
    background-color: transparent;
}

.section.underlaid > div {
    
    background-color: #0B0B0B;
    color: #aaa;
}
.section.underlaid {
    position: relative;
    z-index: 0;
    margin: -2vw 0;
    padding-bottom: 2vw;
}

.section h {
    font-size: 50px;
    line-height: 50px;
    text-align: center;
    display: block;
    text-shadow: -1px -1px 2px #6441a570, -1px -1px 1px #FFF, 1px 1px 1px #FFF, 1px 1px #6441a5, 2px 2px #6441a5, 3px 3px #6441a570;
    color: #6441a5;
}


@media only screen and (max-width:400px){
    .section h {
        font-size: 40px;
    }
}

.section.underlaid h {

    text-shadow: none;
    color: #FFF;

}

.section h + iframe {
    margin-top: 40px;
}

.section iframe + .button {
    margin-top: 40px;
}

.section h:not(:first-child) {
    margin-top: 100px;
}

.section hh {
    font-size: 25px;
    line-height: 25px;
    text-align: left;
    display: block;
    text-shadow: -1px -1px 2px #6441a570, -1px -1px 1px #FFF, 1px 1px 1px #FFF, 1px 1px #6441a5, 2px 2px #6441a5, 3px 3px #6441a570;
    color: #6441a5;
}

.section hh + hh {
    margin-top: 30px;
}

.section hh img{
     width: 64px;
     
     display: inline-block;
     text-align: center;
     margin: auto;
     margin-bottom: 30px;
}

.section hh img + img{
    margin-left: 20px;
}

.section.underlaid hh, .section.foot hh {
    text-shadow: none;
    color: #FFF;
    text-align: center;

}

.section.underlaid hh + h,
.section hh + .links,
.section h + a.button,
.section hh + a.button,
.section a.button + a.button {
    margin-top: 30px;
}


.section hh + t {
    margin-top: 15px;
}
.section t {
    font-family: 'Kufi';
    font-size: 20px;
    display: block;
    text-shadow: 1px 1px 3px #00000054;
    line-height: 35px;
}

.button {
    display: block;
    padding: 30px 20px;
    margin: 10px auto;
    width: 20vw;
    max-width: 90vw;
    border-radius: 20px;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    filter: drop-shadow(rgb(0, 0, 0) 1px 1px 4px);
}

@media only screen and (max-width:800px){
    .button {
        width: 70vw;

    }
}

.button:hover {

    scale: 1.05;
}

.button.dcblue{
    background: #5865f2;
    color: #FFF;
}

.button.twpurple{
    background: #6441a5;
    color: #FFF;
}

.button.ytred{
    background: #ff0000;
    color: #FFF;
}

.button.blwhite{
    background: #FFF;
    color: #000;
    filter: drop-shadow(1px 1px 4px #014A5F);
}

iframe.video {
    width: 100%;
    aspect-ratio: 16 / 9;
    border: 1px solid #000;
    border-radius: 18px;
    filter: drop-shadow(1px 1px 4px #000);
}

iframe.chat {
    width: 100%;
    height: 500px;
    border: 1px solid #000;
    border-radius: 18px;
    filter: drop-shadow(1px 1px 4px #000);
}

body[cs="1"] iframe.video {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}
body[cs="1"] iframe.chat {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.videos {
    height: calc(25vw + 40px);
    white-space: nowrap;
    text-align: center;
    overflow: hidden;
    filter: drop-shadow(12px 12px 28px #000000ba);
    padding-top: 65px;
    font-size: 0px;
}

@media only screen and (max-width:800px){
    .videos {
        height: calc(46vw + 40px);
    }
}

.videos .video {
    width: 0px;
    height: 0px;
    overflow: hidden;
    background: #000;
    vertical-align: top;
    display: inline-block;
    border-radius: 18px;
    opacity: 0;
}

.videos .video iframe {
    background-color: #000;
    background-image: url('/assets/whathuh.gif');
    background-position: center bottom;
    background-repeat: no-repeat;
}

.videos .video.current {
    margin: 0 -24.8vw;
    position: relative;
    filter: drop-shadow(1px 1px 12px #000);
    opacity: 1;
    z-index: 5;
}

@media only screen and (max-width:800px){
    .videos .video.current {
        margin: 0 -27.8vw;
    }
}

.videos .video .cover {
    width: 32vw;
    height: 18vw;
}

.videos .video:not(.current) iframe {
    display: none;
}

.videos .video.current .cover {
    display: none;
}

.videos .video.current:last-child {
    margin-right: 0px;
}
.videos .video.current:first-child {
    margin-left: 0px;
}

@media only screen and (max-width:800px){
    .videos .video.current:first-child {
        margin-left: 6vw;
    }
}

.videos .video.current,
.videos .video.edge {
    display: inline-block;
    border: solid 3px #000;
}

.videos .video.edge {
    z-index: 0;
    opacity: 0.5;
    position: relative;
    margin-top: 20px;
    cursor: pointer !important;
}

.videos .video.edge:hover {
    opacity: 0.8;
    margin-top: 15px;
}

@media only screen and (max-width:800px){
    .videos .video.edge {
        margin-top: -30px;
    }
    .videos .video.edge:hover {
        margin-top: -45px;
    }

}



.videos .video:not(.current) iframe {
    pointer-events: none;
}

.videos .video.current, .videos .video.current iframe {
    width: 45vw;
    height: 25vw;
}

@media only screen and (max-width:800px){
    .videos .video.current, .videos .video.current iframe {
        width: 78vw;
        height: 44vw;
    }

}

.videos .video.edge, .videos .video.edge iframe {
    width: 32vw;
    height: 18vw;
    overflow: hidden;
}

.section.foot {
    background-image: url('./L6GsL1zTKz.jpg');
    background-size: cover;
    background-position: center top;
}

body.minecraft .section.foot {
    background-image: url('./rb6Ji3MG7B.png');
}

.section.foot > div {
    text-align: center;
    background-color: transparent;
}

.section.foot .copy {
    font-family: 'Kufi';
    font-size: 15px;
    display: block;
    line-height: 35px;
    color: #FFF;
    opacity: .7;
}

.section.foot .copy:hover {
    opacity: 1;
}

.section.foot .copy a {
    color: #FFF;
    cursor: pointer;
}

.section.foot .button {
    color: #000;
    display: inline-block;
    width: auto;
    line-height: 20px;
}

.section.foot .button img { 
    margin-bottom: 20px;
}

body.minecraft .section.foot .button {
    color: #FFF;
}

.section.foot hh {
    color: #000;
}

body.minecraft .section.foot hh {
    color: #FFF;
}

.section.foot hh:not(:first-child) {
    margin-top: 80px;
    font-size: 20px;
}

.credits {
    column-count: 3;
    margin-top: 20px;
}

body.minecraft .credits {
    column-count: 1;
    color: #FFF;
}

.credits > span {
    display: block;
}
@media only screen and (max-width:400px){
    .credits > span {
        font-size: 3vw;
    }
}

body:not(.showmenu) .menupanel {
    display: none;
}

body.showmenu > div:not(.menupanel) {
    display: none;
}

.menupanel {
    position: absolute;
    top: 0;
    right: 0;
    min-height: 100%;
    background: #111;
    left: 0;
    z-index: 10;
}

.menupanel > div {
    margin: 0 auto 5vw auto;
    width: 50vw;
    min-width: 300px;
}

.menupanel > div a {
    display: block;
    text-align: center;
    font-size: 4vw;
    margin-top: 2vw;
    text-decoration: none;
    color: #FFF;
    text-transform: uppercase;
    font-family: Nokia;
    padding-top: 2vw;
    cursor: pointer;
}

@media only screen and (max-width:800px){
    .menupanel > div {

    }

    .menupanel > div a{
        font-size: 6vw;
        margin-top: 4vw;
        padding-top: 4vw;
    }
}

.menupanel > div a.menu {
    font-size: 2vw;
}

.menupanel > div a + a {
    border-top: 1px solid rgba(255, 255, 255, .05);
}

.menupanel > div a:hover {
    transform: scale(1.1);
}

.floatingchat-container {
    width: 250px !important;
}

.floatingchat-container-wrap {
    width: 250px !important;
    max-width: unset !important;
    left: unset !important;
    right: 30px !important;
    bottom: 30px !important;
}

.floating-chat-kofi-popup-iframe {
    left: unset !important;
    right: 30px !important;
    bottom: 90px !important;
}

/** VARIABLES
===================================*/
/** RESET AND LAYOUT
===================================*/
.bx-wrapper {
    position: relative;
    margin-bottom: 60px;
    padding: 0;
    *zoom: 1;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
  }
  .bx-wrapper img {
    max-width: 100%;
    display: block;
  }
  .bxslider {
    margin: 0;
    padding: 0;
  }
  ul.bxslider {
    list-style: none;
  }
  .bx-viewport {
    /*fix other elements on the page moving (on Chrome)*/
    -webkit-transform: translatez(0);
  }
  /** THEME
  ===================================*/
  .bx-wrapper {
    border: 0px solid #fff;
    margin: 0 auto;
    width: 100%;
  }
  .bx-wrapper .bx-pager,
  .bx-wrapper .bx-controls-auto {
    position: absolute;
    bottom: -30px;
    width: 100%;
  }
  /* LOADER */
  .bx-wrapper .bx-loading {
    min-height: 50px;
    background: url('images/bx_loader.gif') center center no-repeat #ffffff;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2000;
  }
  /* PAGER */
  .bx-wrapper .bx-pager {
    text-align: center;
    font-size: .85em;
    font-family: Arial;
    font-weight: bold;
    color: #666;
    padding-top: 20px;
  }
  .bx-wrapper .bx-pager.bx-default-pager a {
    background: #666;
    text-indent: -9999px;
    display: block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    outline: 0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
  }
  .bx-wrapper .bx-pager.bx-default-pager a:hover,
  .bx-wrapper .bx-pager.bx-default-pager a.active,
  .bx-wrapper .bx-pager.bx-default-pager a:focus {
    background: #000;
  }
  .bx-wrapper .bx-pager-item,
  .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
    display: inline-block;
    vertical-align: bottom;
    *zoom: 1;
    *display: inline;
  }
  .bx-wrapper .bx-pager-item {
    font-size: 0;
    line-height: 0;
  }
  /* DIRECTION CONTROLS (NEXT / PREV) */
  .bx-wrapper .bx-prev {
    left: 10px;
    background: url('images/controls.png') no-repeat 0 -32px;
  }
  .bx-wrapper .bx-prev:hover,
  .bx-wrapper .bx-prev:focus {
    background-position: 0 0;
  }
  .bx-wrapper .bx-next {
    right: 10px;
    background: url('images/controls.png') no-repeat -43px -32px;
  }
  .bx-wrapper .bx-next:hover,
  .bx-wrapper .bx-next:focus {
    background-position: -43px 0;
  }
  .bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: 50%;
    margin-top: -16px;
    outline: 0;
    width: 32px;
    height: 32px;
    text-indent: -9999px;
    z-index: 9999;
  }
  .bx-wrapper .bx-controls-direction a.disabled {
    display: none;
  }
  /* AUTO CONTROLS (START / STOP) */
  .bx-wrapper .bx-controls-auto {
    text-align: center;
  }
  .bx-wrapper .bx-controls-auto .bx-start {
    display: block;
    text-indent: -9999px;
    width: 10px;
    height: 11px;
    outline: 0;
    background: url('images/controls.png') -86px -11px no-repeat;
    margin: 0 3px;
  }
  .bx-wrapper .bx-controls-auto .bx-start:hover,
  .bx-wrapper .bx-controls-auto .bx-start.active,
  .bx-wrapper .bx-controls-auto .bx-start:focus {
    background-position: -86px 0;
  }
  .bx-wrapper .bx-controls-auto .bx-stop {
    display: block;
    text-indent: -9999px;
    width: 9px;
    height: 11px;
    outline: 0;
    background: url('images/controls.png') -86px -44px no-repeat;
    margin: 0 3px;
  }
  .bx-wrapper .bx-controls-auto .bx-stop:hover,
  .bx-wrapper .bx-controls-auto .bx-stop.active,
  .bx-wrapper .bx-controls-auto .bx-stop:focus {
    background-position: -86px -33px;
  }
  /* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
  .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
    text-align: left;
    width: 80%;
  }
  .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
    right: 0;
    width: 35px;
  }
  /* IMAGE CAPTIONS */
  .bx-wrapper .bx-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100vw;
    top: 10vw;
  }
  .bx-wrapper .bx-caption span {
    filter: drop-shadow(3px 3px 3px #000);
    display: block;
    color: #FFF;
    font-size: 70px;
    line-height: 70px;
    text-align: center;
    display: block;
    font-family: Nokia;
  }

  f {
    display: block;
    font-size: 10px;
    font-family: monospace;
    text-decoration: none !important;
}