.single-post-banner {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
    opacity: .6;
}

.single-post .wp-block-post-featured-image {
    display: none !important;
}