/* Blog Archive Image 16:9 Aspect Ratio Fix */
.mw-img { 
    aspect-ratio: 16 / 9 !important;
    height: auto !important;
    width: 100%;
    display: block;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

