.prev-next-posts {
     position:relative;
     display:flex;
     flex-direction: row;
     justify-content: space-around;
}
.prev-next-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.linogravure-shortcode {
    font-family: 'Monserrat 700';
}

.prev-next-title a {
    font-size: 11px;
}

.prev-next-img-wrapper img {
    object-fit: cover;
    width: 150px !important;
    height: 150px !important;
    margin-top: 8px;
}

.prev-next-img-wrapper img:hover {
    outline: 5px solid #da9936;
}