.price-teaser {
    position: relative;
}

.price-teaser__background-picture {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    z-index: -1;
    display: block;
}

.price-teaser--overlayed-top {
    padding-top: 10rem;
    padding-bottom: 10rem;

    @media (min-width: 979px) {
        padding-top: 14rem;
        padding-bottom: 9rem;
    }

    @media (min-width: 1440px) {
        padding-top: 18rem;
    }
}
