.articleImage {
    float: left;
    margin: 10px;
    padding: 10px;
    border-style: solid;
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../images/woodBarrelTextureB.jpg);
    background-size: cover;
    max-width: 1000px;
    text-align: center;
}

.articleImage img {
    width: 100%;
    height: auto;
}