.frame-type-mask_teaserbox .card{position:relative;min-height:300px;border-radius:6px;overflow:hidden}.frame-type-mask_teaserbox .card .card-body{display:flex;flex-direction:column;justify-content:space-between;position:relative;z-index:1}.frame-type-mask_teaserbox .card .card-body .card-title{font-size:var(--fontSizeXXL);font-weight:900;color:var(--colorPrimary)}.frame-type-mask_teaserbox .card::after{content:"";position:absolute;left:0;top:0;display:block;width:100%;height:100%;background:#000;opacity:0.7}.frame-type-mask_teaserbox .card .card-img-top{position:absolute;bottom:0;left:0;width:100%;height:100%;object-fit:cover}@media screen and (max-width:1300px){.frame-type-mask_teaserbox .card .card-body .card-title{font-size:var(--fontSizeXL)}}