.teaser-video-box,
.teaser-img-box,
.teaser-info-box {
    height: 100%;
    overflow: hidden;
    position: relative;
}

.teaser-video-box video {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.teaser-info-box {
    background: var(--light-perrot);
    padding: 35px 23px 35px 35px;
    font-size: 18px;
    display: flex;
    align-items: center;
    min-height: 300px;

}

.teaser-info-box a {
    color: #fff !important;
}

.teaser-info-box h2 {
    color: var(--white-color);
    font-size: 45px;
    margin: 0px;
    font-weight: 500;
}

.teaser-info-box h2:last-child {
    margin-bottom: 0px;
}

.teaser-info-box,
.teaser-info-box h2,
.teaser-info-box h3,
.teaser-info-box h4,
.teaser-info-box h5,
.teaser-info-box h6 {
    color: var(--white-color) !important;
    margin-bottom: 0;
}

.teaser-img-box img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.teaser-inner .row .col-xs-12 {
    margin-bottom: 24px;
}

.teaser-info-box h2 {
    font-size: 45px;
    margin: 0 0 35px 0;
    font-weight: 500;
}

.teaser-info-box p {
    margin: 0 0 35px 0;
    color: var(--white-color);
}

.teaser-info-box-content {
    width: 100%;
}

.teaser-info-box.teaser-info-box-xs {
    padding: 40px 18px;
}

.teaser-info-box {
    padding: 35px;
    min-height: auto;
}