.owl-carousel .item img {
    width: 100%;
}

.owl-carousel-item-text {
    text-align: center;
}

.owl-carousel-item-imgtitle {
display: none;
}

.owl-carousel-item-imgoverlay {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.45);
    text-align: center;
    bottom: 0px;
    width: 100%; 
    height: 100%;
    color: white;
    
}

