
/* Teaser Box 9
-------------------------------------------------- */

.teaser-box9 {
    position: relative;
}

.teaser-box9 .teaser-title.has-image {
    transition: all 0.3s ease;
    border-radius: 55px;
    letter-spacing: 0;
    background: #437df9;
    color: #fff;
    display: inline-table;
    padding: 22px 53px;
    font-size: 14px;
    font-weight: 600;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.teaser-box9:hover .teaser-title.has-image {
    background: #222;
}

.teaser-box9 img.teaser-image,
.teaser-box9 {
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}

.teaser-box9 .teaser-title.has-image:hover {
    background: #30312c;
}

.teaser-box9:hover img.teaser-image {
    filter: blur(3px);
    -webkit-filter: blur(3px);
}
