.theme-delta .teaser-image-zoom {
    /*height: 37.952rem;*/
    height: 60vh;
    width: 100%;
    border-radius: 1rem;
    overflow: hidden;

    position: relative;
    margin-bottom: 11.905rem;
    margin-top: 11.905rem;
}
.theme-delta .teaser-image-zoom .teaser-background {
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.theme-delta .teaser-image-zoom .teaser-container {
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: end;
    background-size: cover;
    position: relative;
    z-index: 1;
}
.theme-delta .teaser-image-zoom .teaser-container .title {
    font: normal normal 900 2.571rem/3.81rem "Tempo Std";
    color: #D22D20;
    text-transform: uppercase;
    text-align: center;
}
.theme-delta .teaser-image-zoom .teaser-container .description {
    font: normal normal 900 1.714rem/1.714rem "Tempo Std";
    color: #FFFFFF;
    text-transform: uppercase;
    margin-bottom: 3rem;
    width: 80%;
    text-align: center;
}
.theme-delta .teaser-image-zoom .teaser-container .teaser-link {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.theme-delta .teaser-image-zoom:hover .teaser-background {
    transform: scale(1.1);
}
.theme-delta .teaser-image-zoom:hover .teaser-container {
    background: transparent;
}

@media (max-width: 991.98px) {
    .theme-delta .teaser-image-zoom {
        margin-bottom: 4rem;
        margin-top: 4rem;
    }
}
@media (max-width: 767.98px) {
}
