.theme-delta .teaser-text-caption-center {
    height: 100vh;
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 3;
}
.theme-delta .teaser-text-caption-center .teaser-container {
    text-align: center;
    padding-top: 20%;
}
.theme-delta .teaser-text-caption-center .teaser-container .title {
    font: normal normal 900 4.762rem/3.333rem "Tempo Std";
    color: #FFFFFF;
    text-transform: uppercase;
    margin-bottom: 0.7rem;
}
.theme-delta .teaser-text-caption-center .teaser-container p {
    font: normal normal normal 1.524rem/1.81rem "Helvetica Neue";
    color: #FFFFFF;
}
.theme-delta .teaser-text-caption-center .teaser-container .action {
    margin-top: 4rem;
}
.theme-delta .teaser-text-caption-center .teaser-container .action a {
    border: 2px solid #FFFFFF;
    border-radius: 24px;
    display: inline-block;

    font: normal normal 900 1.333rem/2rem "Tempo Std";
    color: #FFFFFF;
    text-transform: uppercase;
    padding: 1rem 4rem 0.6rem;
    text-decoration: none;
    position: relative;
    transition: all 0.5s;
}
.theme-delta .teaser-text-caption-center .teaser-container .action a:after {
    content: "";
    display: inline-block;
    background-image: url('../../../../themes/delta/images/arrow-down.png');
    background-size: contain;
    background-repeat: no-repeat;
    width: 20px;
    height: 36px;
    position: absolute;
    top: 130%;
    left: calc(50% - 10px);
    transition: all 0.5s;
}
.theme-delta .teaser-text-caption-center .teaser-container .action a:hover:after {
    width: 30px;
    height: 50px;
    left: calc(50% - 15px);
    top: 150%;
}
.theme-delta .teaser-text-caption-center .teaser-container .action a:hover {
    background: #ffffff;
    color: #10559A;
}
