.image-holder {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    align-items: center;
    margin-bottom: 1em;
}
.image-box {
    text-align: center;
    padding: .5em;
    width: 20%;
    margin: 0;
}
.productlink {
    background: none;
    object-fit: contain;
}
.productlink:hover {
    background: none;
}
.image {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.bloglink {
    background: none;
    object-fit: contain;
}
.bloglink:hover {
    background: none;
}
p {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/* --------- MOBILE ---------- */
@media screen and (max-width: 1300px) {
    .image-box {
        width: 100%;
        margin-bottom: 5em;
    }
    h3 {
        font-size: 2em;
    }
}