.block-instagram-block {
    width: 100%;
    overflow: hidden;
    padding: 0 0 0 0 !important;
}
.instagram-feed {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.instagram-feed.item-length-5 .feed-item {
  width: 20%;
  height: 20vw;
}
.instagram-feed.item-length-6 .feed-item {
    width: 16.6666666667%;
    height: 16.6666666667vw;
}
.instagram-feed.item-length-8 .feed-item {
    width: 25%;
    height: 25vw;
}
.instagram-feed.item-length-10 .feed-item {
    width: 20%;
    height: 20vw;
}
.instagram-feed.item-length-12 .feed-item {
    width: 16.6666666667%;
    height: 16.6666666667vw;
}

.instagram-feed .feed-item {
    display: block;
    overflow: hidden;
}
.instagram-feed .feed-item figure {
    margin: 0 0 0 0;
    width: 100%;
    height: 100%;
    background: transparent none center center no-repeat;
    background-size: cover;
}
.instagram-feed .feed-item img {
    max-width: 100%;
    display: none;
    height: auto;
}
.instagram-feed .feed-item .feed-background {
    width: 100%;
    height: 100%;
    background-size: cover;
    display: block;
}
.instagram-feed .feed-item figcaption {
    display: none;
}