@media(min-width: 800px){
    .ast-single-entry-banner[data-post-type="post"][data-banner-layout="layout-2"] {
        aspect-ratio: 3 / 1;
    }
}

.single-post .ast-single-entry-banner {
    position: relative;
    overflow: hidden;
}
.single-post .post-thumb-img-content {
    position: absolute;
    inset: 0;
    z-index: 1;
    height: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.single-post .ast-single-entry-banner[data-post-type="post"] .post-thumb img {
    height: auto;
    
    min-width: 100vw;
    object-fit: cover;
}
.single-post .post-thumb-img-content::after {
    content: '';
    display: block;
    position: absolute;
    inset: 0;
    z-index: 2;
    background-color: rgba(0, 0, 0, 0.8);
}
.single-post .ast-single-entry-banner .entry-title,
.single-post .ast-single-entry-banner .entry-meta,
.single-post .ast-single-entry-banner .ast-breadcrumbs-wrapper {
    position: relative;
    z-index: 9;
    color: #FFF;
}
.single-post .ast-single-entry-banner a,
.single-post .ast-single-entry-banner .entry-meta * {
    color: #b0d8ff;
}
    