.loop-section:not(.portfolio):not(.as-mega-menu) .loop-figure {
    width: 100%;
    height: 95%;
}

.loop-figure {
    position: relative;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    top: 1rem;
}

.loop-section.news .wp-post-image {
    height: 100%;
    object-fit: contain;
}

.loop-bg::before {
    content: '';
    z-index: 2;
    opacity: 0;
}
