#banner-fade {
    margin: 0;
    padding: 0;
    margin-bottom: 0;
    margin-bottom: 20px;
    text-align: center;
    height: auto !important;
    float: left;
    width: 100%;
    max-width: 1190px;
}

.slider {
    float: left;
    width: 100%;
    max-width: 1190px;
    height: auto !important;
}

ul.bjqs {
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0;
    display: none;
    height: auto !important; float: left;
    width: 100%;
    
   
}

li.bjqs-slide {
  
    display: none;
    background-position: center !important;
    background-size: cover;
   
    list-style: none;
    margin: 0;
    height: auto !important; float: left;
    width: 100%;
}
.slider img{
    width: 100% !important;
  height: auto !important;
}

.filter {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: rgba(31, 32, 35, .3);
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center; float: left;
    width: 100%;
}

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;
}

ul.bjqs-controls.v-centered li.bjqs-prev a {
    left: 0;
}

ol.bjqs-markers {
    list-style: none;
    padding: 0;
    margin: 0;
    height: auto;
    left: 0 !important;
    position: absolute;
    bottom: 20px;
    box-sizing: border-box;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    z-index: 100;
}

ol.bjqs-markers.h-centered {
    text-align: center;
}

ol.bjqs-markers li {
    display: inline;
}

ol.bjqs-markers li a {
    display: inline-block;
}

.bjqs-caption {
    color: #fff;
    border: 1px solid #fff;
    background: rgba(0, 0, 0, .3);
    width: 80%;
    max-width: 900px;
    padding: 20px 20px 30px 20px;
    font-size: 1.2em;
}

.bjqs-caption h1,
.bjqs-caption h2,
.bjqs-caption h3,
.bjqs-caption h4 {
    font-size: 2em;
    line-height: 50px;
    font-weight: 600;
    margin-bottom: 5px;
}

ul.bjqs-controls.v-centered li a {
    display: block;
    padding: 10px;
    background: #000;
    color: #fff;
    font-size: 20px;
    text-decoration: none;
    line-height: 20px;
    margin: 0;
    box-sizing: border-box;
}

ul.bjqs-controls.v-centered li a:hover {
    background: #d42b5a;
    color: #fff !important;
}

ol.bjqs-markers li.active-marker a,
ol.bjqs-markers li a:hover {
    background: #d42b5a;
}

p.bjqs-caption {}

ol.bjqs-markers li a {
    display: block;
    font-size: 0;
    width: 30px;
    margin: 0 3px;
    height: 15px;
    border: 0px solid #fff;
    background-color: #3f525d;
    border-radius: 2%;
    -webkit-border-radius: 2%;
    -moz-border-radius: 2%;
    -ms-border-radius: 2%;
    -o-border-radius: 2%;
}

ol.bjqs-markers li.active-marker a {
    background-color: #d42b5a;
    /* change what's needed for the active marker's appearance */
}

@media screen and (max-width: 1100px) {}

@media screen and (max-width: 1000px) {
    ol.bjqs-markers {
        top: 20px;
        bottom: auto;
    }
}

@media screen and (max-width: 680px) {
    .bjqs-caption h1,
    .bjqs-caption h2,
    .bjqs-caption h3,
    .bjqs-caption h4 {
        font-size: 22px;
        line-height: 25px;
    }
    .bjqs-caption {
        font-size: 14px;
        line-height: 20px;
    }
}