#banner-fade{
    /*overflow: hidden;*/
}

ul.bjqs {
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0;
    /*overflow: hidden;*/
    display: none;
    background-color: #1B2A49;
}

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;
    width: 30px;
    height: 50px;
    top: 35%;

    transition: all .2s;
    -webkit-transition: all .2s;
}

ul.bjqs-controls.v-centered li.bjqs-next a {
    right: -15px;
    background: #e23835 url(img/next.png) no-repeat center center;    
    background-size: 100%;

    transition: all .2s;
    -webkit-transition: all .2s;
}

ul.bjqs-controls.v-centered li.bjqs-next a:after{
    content: " ";
    width: 0;
    height: 0;
    position: absolute;
    border-top: 0px solid transparent;
    bottom: -15px;
    right: 0;
    border-bottom: 15px solid transparent;
    border-left: 15px solid rgb(71, 71, 85);


    transition: all .2s;
    -webkit-transition: all .2s;
}

ul.bjqs-controls.v-centered li.bjqs-prev a {
    left: -15px; 
    background: #e23835 url(img/prev.png) no-repeat center center;
    background-size: 100%;

    transition: all .2s;
    -webkit-transition: all .2s;
}

ul.bjqs-controls.v-centered li.bjqs-prev a:after{
    content: " ";
    width: 0;
    height: 0;
    position: absolute;
    border-top: 0px solid transparent;
    bottom: -15px;
    left: 0;
    border-bottom: 15px solid transparent;
    border-right: 15px solid rgb(71, 71, 85);
    z-index: 1;

    transition: all .2s;
    -webkit-transition: all .2s;
}

#banner-fade:hover ul.bjqs-controls.v-centered li a{
    opacity: 1;
}   

#banner-fade:hover ul.bjqs-controls.v-centered li.bjqs-next a{
    top: 35%;
    right: -25px; 
} 

#banner-fade:hover ul.bjqs-controls.v-centered li.bjqs-prev a{
    left: -25px; 
} 

#banner-fade:hover ul.bjqs-controls.v-centered li.bjqs-next a:after{
    border-bottom: 10px solid transparent;
    border-left: 25px solid rgb(71, 71, 85);
    bottom: -10px;
} 

#banner-fade:hover ul.bjqs-controls.v-centered li.bjqs-prev a:after{
    border-bottom: 10px solid transparent;
    border-right: 25px solid rgb(71, 71, 85);
    bottom: -10px;
} 

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

ol.bjqs-markers.h-centered {text-align: center;}

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

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

/*before-corona style*/
/*p.bjqs-caption {
    display: block;
    width: 186px;
    margin: 0;
    padding: 10px 20px;
    position: absolute;
    font-size: 45px;
    bottom: 20px;
    color: #fff;
    background-color: rgba(22, 35, 68, 0.81);
    font-family: 'Francois One', sans-serif; 
    left: 2%;
} */

p.bjqs-caption {
    display: block;
    width: 278px;
    margin: 0;
    padding: 22px 20px 11px;
    position: absolute;
    font-size: 42px;
    line-height: 25px;
    bottom: 19px;
    text-transform: uppercase;
    color: #fff;
    background-color: rgba(22, 35, 68, 0.81);
    font-family: 'Francois One', sans-serif;
    left: 2%;
}


p.bjqs-caption span{
    position: absolute;
    font-size: 15px;
    text-transform: uppercase;
    background: #e23835;
    padding: 5px 20px;
    top: -27px;
}


@media screen and (max-width: 845px){
    /*    before-corona-style
        p.bjqs-caption { 
            width: 306px;
            font-size: 35px;
            bottom: 13px;
        }*/
    p.bjqs-caption { 
        width: 306px;
        bottom: 13px;
    }

    p.bjqs-caption span{
        top: -15px;
    }
}


@media screen and (max-width: 650px){
    p.bjqs-caption {
        /* before-corona-style
        width: 175px;
        */
        width: 365px;
        font-size: 25px;
        bottom: 11px;
    }

    p.bjqs-caption span{
        font-size: 12px;
        top: -15px;
    }

}

@media screen and (max-width: 470px){
    p.bjqs-caption {
        display: block;
        width: 100%;
        margin: 0;
        padding:0px;
        position: absolute;
        font-size: 15px;
        line-height: 30px;
        bottom: -31px;
        font-family: 'Francois One', sans-serif;
        left: 0;
    } 


    p.bjqs-caption span{
        position: relative;
        text-transform: uppercase;
        background: #e23835;
        padding:7px 10px;
        margin-right: 10px;
        line-height: 30px;
        top: auto;
    }

    .spalsh .blk.left > img {
        margin-top: 31px;
    }
}

@media screen and (max-width: 350px){
    p.bjqs-caption {
        font-size: 14px;  
    }
}