.article-image {
    position: relative;
    height: 500px;
    margin: 0;
    overflow: hidden;
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
    width: 100%;
}