.frame-type-ruhani_pageteaser img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    inset: 0;
}

.frame-type-ruhani_pageteaser .pageteaser-text {
    z-index: 2;
}

.frame-type-ruhani_pageteaser .card:before{
    content: "";
    position: absolute;
    inset: 0;
    background-color: rgba(26,107,107, 0.9);
    z-index: 1;
}