/**
 * @file
 * Default theme css for Instagram block image.
 */

.block-instagram-block .content {
 text-align:center; 
}

.block-instagram-block img {
  text-align:center; 
display: inline-block!Important;
 width:45%; 
  margin: 0 0 .8em .4em;
}

