/* DSS LANGUAGE-SPECIFIC RESEARCH COVERS */

.dss-research-featured-cover,
.dss-research-card-cover,
.dss-research-detail-cover {
    background-color: #06251b;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.dss-research-featured-cover {
    min-height: 560px;
}

.dss-research-card-cover {
    aspect-ratio: 2 / 3;
    min-height: 0;
}

.dss-research-detail-cover {
    aspect-ratio: 2 / 3;
    max-width: 430px;
    width: 100%;
}

@media (max-width: 1050px) {
    .dss-research-detail-cover {
        max-width: 520px;
        aspect-ratio: 2 / 3;
    }
}

@media (max-width: 680px) {
    .dss-research-featured-cover {
        min-height: 470px;
    }

    .dss-research-detail-cover {
        max-width: 100%;
    }
}
