.slider-area .slider-text {
    font-size: 250%;
    color: #fff;
    position: absolute;
    z-index: 9999;
    text-align: center;
    bottom: 40%;
    width: 60%;
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0, 0.4); /* Black w/opacity/see-through */
    transform: translate(-50%, -50%);
    border: 3px solid #f1f1f1;
    padding: 20px;
    left: 20%;
}
.slider-text {
    visibility:hidden!important;
}
.slider-text.active-slide {
    visibility: visible!important;
}

.bx-wrapper {
    border: 0!important; /* border */
    -webkit-box-shadow: none!important; /* these two shadows */
    box-shadow: none!important;
}

.bx-wrapper img {
    filter: blur(0px);
  -webkit-filter: blur(0px);    
}
