
#banner-fade {
    position: relative;
    width: 100%;
    height: 100vh;
    transition: .5s ease;
    overflow: hidden;
}

ul.bjqs-controls.v-centered li a {
    display: block;
    color: #000;
    text-decoration: none;
}

/*ul.bjqs-controls.v-centered li a:hover {
        background: #000;
        color: #fff;
    }*/

ol.bjqs-markers li a {
    width: 30px;
    height: 5px;
    background: #000;
    margin: 3px 6px 3px 0;
    text-decoration: none;
}

    ol.bjqs-markers li.active-marker a,
    ol.bjqs-markers li a:hover {
        background: #999;
    }

p.bjqs-caption {
    background: rgba(255,255,255,0.5);
}

ul.bjqs {
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0;
    overflow: hidden;
    display: none;
    width: 100%;
    height: 100vh;
    transition: .5s ease;
}

li.bjqs-slide {
    position: absolute;
    display: none;
}

ul.bjqs-controls {
    list-style: none;
    margin: 0;
    padding: 0;
    z-index: 9999;
}

    ul.bjqs-controls.v-centered li a {
        position: absolute;
    }

    ul.bjqs-controls.v-centered li.bjqs-next a {
        right: 0;
        width: 50%;
        height: 100%;
        z-index: 1;
        position: absolute;
        top: 0;
        cursor: e-resize;
    }

        ul.bjqs-controls.v-centered li.bjqs-next a:hover {
        }

    ul.bjqs-controls.v-centered li.bjqs-prev a {
        left: 0;
        width: 50%;
        height: 100%;
        z-index: 1;
        position: absolute;
        top: 0;
        cursor: e-resize;
    }

        ul.bjqs-controls.v-centered li.bjqs-prev a:hover {
        }

ol.bjqs-markers {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
}

    ol.bjqs-markers.h-centered {
        position: absolute;
        text-align: right;
        margin-top: -30px;
        z-index: 999;
    }

    ol.bjqs-markers li {
        display: inline;
        font-family: Arial;
        font-size: 5px;
    }

        ol.bjqs-markers li a {
            display: inline-block;
        }

p.bjqs-caption {
    display: block;
    width: 96%;
    margin: 0;
    padding: 2%;
    position: absolute;
    top: 90vh;
    font-family: SofiaProBold;
    font-size: 20px;
    background-color: transparent;
    color: #fff;
    text-transform: uppercase;
    text-shadow: 0 0 1px #000, 0 0 5px #000;
}

@media screen and (min-width: 0px) and (max-width: 992px) {
    #banner-fade {
        height: 60vh;
        transition: .5s ease;
    }

    ul.bjqs {
        height: 60vh;
        transition: .5s ease;
    }

    p.bjqs-caption {
        display: none;
    }
}
