#ace-instafeed {clear: both; overflow: hidden;}
#ace-instafeed .insta-img {display: block; width: 30%; margin: 1%; float: left; filter: alpha(opacity=50); opacity: .5; -moz-transition: all .2s ease-in-out; -webkit-transition: all .2s ease-in-out; -ms-transition: all .2s ease-in-out; -o-transition: all .2s ease-in-out; transition: all .2s ease-in-out;}
#ace-instafeed .insta-img:hover {filter: alpha(opacity=100); opacity: 1;}
#ace-instafeed .insta-img img {width: 100%;}
.ace-instafeed-follow {font-size: .9em; margin: 20px 0; text-align: center;}