.ds-single-card--has-image .ds-single-topic-image{
    position:relative;
    display:block;
    box-sizing:border-box;
    width:calc(100% + 36px);
    height:calc(100svh - var(--ds-header-h) - var(--ds-footer-h));
    min-height:520px;
    max-width:none;
    margin:0 -18px 18px;
    padding:0;
    overflow:hidden;
    border:0;
    border-radius:0;
    background:#f3f3f3;
}

.ds-single-card--has-image .ds-single-topic-image img{
    display:block;
    width:100%;
    height:100%;
    max-width:none;
    margin:0;
    padding:0;
    object-fit:cover;
    object-position:center top;
}

.ds-single-image-copy{
    position:absolute;
    left:0;
    right:0;
    bottom:0;
    max-height:48%;
    overflow:auto;
    background:rgba(255,255,255,.76);
    -webkit-backdrop-filter:blur(2px);
    backdrop-filter:blur(2px);
}

.ds-single-copy--overlay{
    box-sizing:border-box;
    margin:0;
    padding:18px 20px 20px;
    color:#111;
    font-size:22px;
    line-height:1.42;
    font-weight:750;
    letter-spacing:-.01em;
}

@supports not (height:100svh){
    .ds-single-card--has-image .ds-single-topic-image{
        height:calc(100vh - var(--ds-header-h) - var(--ds-footer-h));
    }
}

@media(max-height:700px){
    .ds-single-card--has-image .ds-single-topic-image{
        min-height:430px;
    }
    .ds-single-copy--overlay{
        font-size:20px;
    }
}
