<style>
.instagram_profile {
display: none
}
.instagram_profile {
display: none
}
.instagram_gallery {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-direction: row;
-ms-flex-direction: row;
flex-direction: row;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-justify-content: space-between;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-flex-flow:row wrap;
?? -ms-flex-flow:row wrap;
? flex-flow:row wrap;
}
.instagram_gallery a {
width: 33.33% !important;
}
.instagram_gallery a img {
width: 98%!important;
display: block;
height: auto;
}
</style>