.highlights-title {
    display: none;
}

.highlights-content-wrapper .plus {
    opacity: 1;
    transition: opacity .3s ease;
}

.highlights-content {
/*     bottom: 0;
    left: 0;
    width: 100%;
    color: #ffffff;
    padding: 15px; */
    transition: opacity .6s ease;
}

.highlights-title,
.highlights-content {
/*     position: absolute; */
}

.highlights-title {
    bottom: 0;
    left: 0;
    opacity: 1;
    transition: opacity .3s ease;
    padding: 1em;
}

.highlights-title h3 {
    color: #ffffff;
}