.twaslider_prof-wrap {
    position: relative;
    width: 100%;
    -moz-border-radius: 5px;
    /* var base-border-radius */
    -webkit-border-radius: 5px;
    /* var base-border-radius */
    -khtml-border-radius: 5px;
    /* var base-border-radius */
    border-radius: 5px;
    /* var base-border-radius */
    overflow: hidden;
    margin-bottom: 15px;
}
.twaslider_prof-item {
    position: relative;
    /*width:100%;*/
    max-width: 300px;
    height: 350px;
    margin: 0 auto;
    -webkit-box-shadow: 0 1px 6px rgb(0 0 0 / 20%);
    box-shadow: 0px 1px 6px rgb(0 0 0 / 20%);
    z-index: 10;
    overflow: hidden;
}

.twaslider_prof-wrap .owl-item,
.twaslider_prof-wrap .owl-item img {
    width:100%;
    height: auto;
    -moz-border-radius: 5px;
    /* var base-border-radius */
    -webkit-border-radius: 5px;
    /* var base-border-radius */
    -khtml-border-radius: 5px;
    /* var base-border-radius */
    border-radius: 5px;
    /* var base-border-radius */
    overflow: hidden;
    -webkit-transition: opacity .3s;
    -moz-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
   
}
.twaslider_prof-item-link {
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height: 100%;
    z-index: 10;
    background: #000;
    opacity: 0;
    -webkit-transition: opacity .3s;
    -moz-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s; 
}
.twaslider_prof-wrap .owl-item img:hover {
opacity: 0.8;
}
.twaslider_prof-wrap .owl-dots {
    display:none;
}
.twaslider_prof-buttons {
    position: absolute;
    bottom: 30px;
    left: 7px;
    z-index: 1;
}
.bsb {
    background-color: #ea1616 !important;
}
.bsb:hover {
    -webkit-box-shadow: 0 1px 6px rgb(0 0 0 / 20%);
    box-shadow: 0px 1px 6px rgb(255 255 255 / 32%);
}