.overlayTeaserLeft {
    position: relative;
    z-index: 10;
    float: right;
    width: 66.66%;
}
.overlayTeaserLeft > h3 {
    display: none;
}
.overlayTeaserRight {
    position: relative;
    z-index: 20;
    float: left;
    width: 50%;
    background-color: #ffffff;
    padding: 80px 100px;
    border: 1px solid #E9E9E9;
    /*transform: translateY(-60%);*/
    margin-top: -12vw;
}
.overlayTeaserContent h3, .overlayTeaserLeft > h3 {
    color: #FF0033;
    text-transform: uppercase;
    font-size: 0.875rem;
    line-height: 1.0625rem;
    margin-bottom: 5px;
}
.overlayTeaserContent h4 {
    font-size: 1rem;
    line-height: 1.25rem;
}
.overlayTeaserContent h2 {
    font-size: 60px;
    line-height: 65px;
    margin-top: 40px;
    margin-bottom: 30px;
}
.overlayTeaserLink {
    font-size: 1.5rem;
    line-height: 1.8125rem;
    color: #ff003a;
}
.overlayTeaserLink > span {
    margin-right: 10px;
}
@media (max-width: 1510px) {
    .overlayTeaserRight {
        padding: 60px;
        margin-top: -10vw;
    }
    .overlayTeaserContent h2 {
        font-size: 50px;
        line-height: 55px;
    }
}
@media (max-width: 1279px) {
    .overlayTeaserRight {
        width: 66.66%;
        margin-top: -8vw;
    }
}
@media (max-width: 1100px) {
    .overlayTeaserRight {
        margin-top: -6vw;
    }
}
@media (max-width: 1023px) {
    .overlayTeaserLeft {
        width: 100%;
    }
    .overlayTeaserRight {
        width: 100%;
        margin-top: 0;
        border: 0;
        padding: 60px 30px;
    }
    .overlayTeaserContent h3 {
        margin-bottom: 30px;
    }
}
@media (max-width: 767px) {
    .overlayTeaserLeft > h3 {
        display: block;
        margin-bottom: 20px;
        padding: 0 15px;
    }
    .overlayTeaserRight {
        padding: 30px 15px;
    }
    .overlayTeaserContent h3 {
        display: none;
    }
    .overlayTeaserContent h2 {
        margin-top: 0;
        font-size: 1.875rem;
        line-height: 2.25rem;
    }
    .overlayTeaserLink {
        font-size: 1.125rem;
    }
}