@media all and (min-width: 701px){
.instagram-feed .post-item {
    width: calc(33.3% - 1px);
    margin-left: 1px;
}
}