#banner-fade {
    margin: 0;
    padding: 0;
    margin-bottom: 0;
    margin-bottom: 0;
    text-align: center;
    height: 650px !important;
    width: 100vw !important;
}

li.bjqs-slide {
    position: absolute;
    display: none;
    background-position: center !important;
    background-size: cover;
    list-style: none;
    margin: 0;
    height: 650px !important;
    width: 100vw !important;
}

ul.bjqs {
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0;
    display: none;
    width: 100vw !important;
}

.slider {
    width: 100vw !important;
    height: auto;
    position: relative;
    left: 0;
}

.subSlide .slider,
.subSlide #banner-fade,
.subSlide li.bjqs-slide,
.subSlide ul.bjqs {
    height: 450px !important;
}


.slider h3 {
    margin: 0;
    padding: 0;
}



.filter {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0);
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    align-items: flex-end;
}

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

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;
    width: 100vw !important;
}

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;
   text-align: center;
   backdrop-filter: blur(5px);
   -webkit-backdrop-filter: blur(5px);
   -moz-backdrop-filter: blur(5px);
   padding: 35px;
 
}

.bCnt {
  
    max-width: 750px;
    font-size: 16px;
    line-height: 25px;
    padding: 0;
    width: 100%;

}

.subSlide .bCnt {

    font-size: 20px;

}

.bjqs-caption h1,
.bjqs-caption h2,
.bjqs-caption h3,
.bjqs-caption h4 {
    font-size: 30px;
    line-height: 1em;
    font-weight: 600;
    margin-bottom: 15px;
}

.subSlide .bjqs-caption h1,
.subSlide .bjqs-caption h2,
.subSlide .bjqs-caption h3,
.subSlide .bjqs-caption h4 {
    font-size: 35px;
    line-height: 1.2em;
    font-weight: 600;
    margin-bottom: 15px;
}

.bjqs-caption p {
    flex-basis: 45%;
    font-style: italic;
}

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: #961A1F;
    color: #fff !important;
}

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

p.bjqs-caption {}

ol.bjqs-markers li a {
    display: block;
    font-size: 0;
    width: 40px;
    margin: 0 4px;
    height: 30px;
    border: 0px solid #fff;
    background-color: #fff;
    border-radius: 5%;
    -webkit-border-radius: 5%;
    -moz-border-radius: 5%;
    -ms-border-radius: 5%;
    -o-border-radius: 5%;
}

ol.bjqs-markers li.active-marker a {
    background-color: #961A1F;
    /* change what's needed for the active marker's appearance */
}

@media screen and (max-width: 1100px) {
    .bjqs-caption {
        
        margin-bottom: 30px;
    }
     .bCnt {

        font-size: 16px;
        text-align: right;
        line-height: 20px;
        padding: 20px;

    }

   .bjqs-caption h1,
   .bjqs-caption h2,
   .bjqs-caption h3,
   .bjqs-caption h4 {
        font-size: 25px;
        line-height: 1.2em;
        font-weight: 600;
        margin-bottom: 15px;
    }
}

@media screen and (max-width: 850px) {}