
.cbp-bislideshow {
    list-style: none;
    width: 100%;
    height: 546px;
    top: 0;
    left: 0;
    z-index: -1;
    padding: 0;
    margin: 0;
}

.cbp-bislideshow li {
    position: absolute;
    width: 101%;
    height: 101%;
    top: -0.5%;
    left: -0.5%;
    opacity: 0;
    -webkit-transition: opacity .5s;
    -moz-transition: opacity .5s;
    transition: opacity .5s;
}


.backgroundsize .cbp-bislideshow li {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    background-position: center center;
}

/* ...and hide the images */
.backgroundsize .cbp-bislideshow li img {
    display: none;
}

.cbp-bislideshow li img {
    display: block;
    width: 100%;
}

.cbp-bicontrols {
    position: relative;
    width: 100%;
    top: -265px;
    left: 0;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    font-size: 60px;
    color: white;
}

.cbp-bicontrols span {
    width: 42px;
    height: 100px;
    position: relative;
    cursor: pointer;
    transition: all .2s linear;
}
.cbp-biprev{left: 2%;opacity: .5;}
.cbp-binext{left: -2%;opacity: .5;}

.cbp-biprev:hover ,.cbp-binext:hover{
    opacity: 1;
    filter: drop-shadow( 0 2px 2px gray);
}



.cbp-bicontrols span:hover:before {
    opacity: 1;
}


@media only screen and (max-width:967px){


.cbp-binext {
    left: -4%;
}

.cbp-bicontrols {
    font-size: 40px;
}

.cbp-bicontrols {
    top: -239px;
    }
}

@media only screen and (max-width:660px){


.cbp-bislideshow {
    list-style: none;
    width: 100%;
    height: 300px;
    position: relative;
    top: 16px;
    left: 0;
    z-index: -1;
    padding: 0;
    margin: 0;
}
.cbp-bicontrols span {
    width: 26px;
}
.cbp-bicontrols {
    top: -154px;
    }
    .cbp-binext {
    left: -5%;
}

.cbp-bicontrols {
    font-size: 30px;
}
}