section.posts {
    background: #fafafa;
}
section.posts .instagram-feed-wrapper {
    width: 100%;
    padding: 2em 1em 0 1em;
    margin-bottom: 50px;
}
#instagram-feed .card-img {
    object-position: center -15px;
    /*object-position: center;*/
    height: 275px;
}
@media (min-width: 1920px) {
    #instagram-feed .card-img {
        height: 325px;
    }
}
#instagram-feed .card-img-overlay {
    font-size: 0.875rem;
}
#instagram-feed .stretched-link:hover ~ .card-img-overlay {
    display: flex !important;
}
@media (pointer:coarse) {
    #instagram-feed .stretched-link:active ~ .card-img-overlay {
        display: flex !important;
    }
}