#banner-fade {
    margin: 0;
    padding: 0;
    margin-bottom: 0;
    margin-bottom: 0;
    text-align: center;
    height: calc(100vh - 110px) !important;
    background-size: cover;
}

li.bjqs-slide {
    position: absolute;
    display: none;
    background-position: center !important;
    background-size: cover;
    list-style: none;
    margin: 0;
    height: calc(100vh - 110px) !important;
}

.slider {
    width: 100%;
    height: auto;
    background-size: cover;
    position: relative;
}

.slider h3 {
    margin: 0;
    padding: 0;
}

ul.bjqs {
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0;
    display: none;
    background-size: cover;
}

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: 40px;
    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 {
    width: 45%;
    padding: 35px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
text-align: left;
    position: absolute;
    height: 100%;
    color:#fff;
    background: rgb(255, 255, 255);
    background: -moz-linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 1) 100%);
    background: -webkit-linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 1) 100%);
    background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#1a75bb", GradientType=1);

}
.bjqs-caption small{
    font-size: 16px;
    color: #d1c7bd;
    font-weight: 300;
  
    letter-spacing: 1px;
    display: inline-block;
  }

.bjqs-caption h1,
.bjqs-caption h2,
.bjqs-caption h3,
.bjqs-caption h4 {
    font-size: 3em;
    line-height: 1em;
    font-weight: 300;
    margin-bottom: 25px;
    padding-bottom: 15px;
    border-bottom: 1px solid #d1c7bd;
    font-family: 'Fira Sans', sans-serif;
}

.bjqs-caption p {
   
   
}

ul.bjqs-controls.v-centered li a {
    display: block;
    padding: 10px;
    background: #000010;
    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-color: transparent;
}

ol.bjqs-markers li.active-marker a,
ol.bjqs-markers li a:hover {
    background-color: transparent;
}

p.bjqs-caption {}

ol.bjqs-markers li a {
    display: block;
    font-size: 0;
    width: 40px;
    margin: 0 3px;
    height: 25px;
    border: 1px solid #fff;
    background-color: #fff;
   
}

ol.bjqs-markers li.active-marker a {
    background-color: #d1c7bd;
    /* change what's needed for the active marker's appearance */
}


@media screen and (max-width: 1100px) {
  
.bjqs-caption {
    width: 100%;
    padding: 35px 20px;
   

}
   
    .bjqs-caption h1,
    .bjqs-caption h2,
    .bjqs-caption h3,
    .bjqs-caption h4 {
        font-size: 30px;
        line-height: 1em;
      
        margin-bottom: 15px;
        padding-bottom: 15px;
      
    }
   
    #banner-fade {
        height: 500px !important;
        
    }
    li.bjqs-slide {
        height: 500px !important;
    }
   
}

@media screen and (max-width: 750px) {}