.teaser2-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.teaser2 {
    width: 267px;
    height: 197px;
    position: relative;
    margin-bottom: 15px;
    margin-right: 15px;
    color: #fff;
    background-color: #e2005b;
    background-image: url('/assets/images/teaser2-pattern.png');
    background-position: right 65px;
    background-size: 75%;
    background-repeat: no-repeat;
    will-change: transform;
    transition-property: transform;
    transition-duration: 333ms;
    transition-timing-function: ease;
}

.teaser2:nth-child(4),
.teaser2:nth-child(5),
.teaser2:nth-child(6) {
    background-color: #c61659;
}

.teaser2:nth-child(7),
.teaser2:nth-child(8),
.teaser2:nth-child(9) {
    background-color: #ad1351;
}

.teaser2:nth-child(10),
.teaser2:nth-child(11),
.teaser2:nth-child(12) {
    background-color: #980f46;
}

.teaser2:nth-child(13),
.teaser2:nth-child(14),
.teaser2:nth-child(15) {
    background-color: #840d3d;
}

.teaser2:hover {
    transform: translateY(-2px);
}

.teaser2__anchor {
    display: block;
    width: 100%;
    height: 100%;
    color: #fff;
    background: transparent;

    will-change: background, box-shadow, color;
    transition-property: background, box-shadow, color;
    transition-duration: 333ms;
    transition-timing-function: ease;
}

.teaser2__anchor:hover {
    background: #fff;
    box-shadow: 0 0 10px #acacac;

    color: #000;
}

.teaser2__anchor:hover .teaser2__body {
    opacity: 1;
}

.teaser2__header {
    padding: 15px 15px 0;
    font-size: 1.2em;
    font-weight: 600;
}

.teaser2__body {
    padding: 15px 15px 0;
    opacity: 0;
}

.teaser2__text {
    font-size: 0.9em;
}

.teaser2__fake-anchor {
    padding: 10px 15px;
    position: absolute;
    bottom: 0;
    left: 0;
}

.fake-anchor {

}

.fake-anchor__text {

}

.fake-anchor__icon {
    color: #e2001a;
}
