
.image-teaser {
    position: relative;
    min-height: 360px;
}

.image-teaser .image {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: center center no-repeat;
    background-size: cover;
}

.image-teaser .content {
    position: absolute;
    left: 0;
    bottom: 10px;
    right: 0;
    background: #878787;
    transition: .25s all;
}

.image-teaser:hover .content {
    opacity: 1;
}

.image-teaser .content .heading {
    padding: 5px 15px;
}

.image-teaser .content .heading h1,
.image-teaser .content .heading h2,
.image-teaser .content .heading h3,
.image-teaser .content .heading h4,
.image-teaser .content .heading h5,
.image-teaser .content .heading h6 {
    margin: 0;
    color: white;
    line-height: 24px;
    font-size: 20px;
}

.image-teaser .content .text {
    position: relative;
    padding: 10px 55px 10px 15px;
    color: white;
}

.image-teaser .content .text,
.image-teaser .content .text h1,
.image-teaser .content .text h2,
.image-teaser .content .text h3,
.image-teaser .content .text h4 {
    margin-top: 0;
    color: white;
}

.image-teaser .content .text ul{
    padding-left: 18px;
}

.image-teaser .content .text .link {
    position: absolute;
    right: 15px;
    bottom: 15px;
}

.image-teaser.has-text .content {
    bottom: 0;
}

.image-teaser.has-text .content .heading {
    padding: 10px 15px;
    background: #f19001;
}

.image-teaser.has-text .heading h3 {
    line-height: 24px;
}

.image-teaser .text {

}

@media (max-width: 767px) {
    .image-teaser{
        margin-top: 15px;
    }
}


