/*.image-slider--bg-image {*/
/*    position: absolute;*/
/*    height: 100%;*/
/*    width: 100%;*/
/*    background-position: center center;*/
/*    background-size: cover;*/
/*}*/

.image-slider--img {
    width: 100%;
    height: auto;
}

.image-slider--text {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding-bottom: 35px;
    background-color: rgba(0, 144, 213, 0.75)
}

.image-slider--title {
    position: relative;
    color: #fff;
    font-weight: 600;
}

.image-slider--description {
    position: relative;
    color: #fff;
}

