#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%; display: block;}

.ace-instafeed-follow {font-size: .9em; margin: 20px 0; text-align: center;}







/*************************************************************************************************************************

Screen smaller than 480px

*************************************************************************************************************************/

@media all and (max-width: 480px) {



  /* .bluchic-footer-instagram */

  .bluchic-footer-instagram {clear: both;}

  .bluchic-footer-instagram-widget {width: 100%;}

  .bluchic-footer-instagram-widget h4 {text-align: center;}

  .bluchic-footer-instagram-widget #ace-instafeed .insta-img {width: 20%; margin: 0;}



}



/*************************************************************************************************************************

Screen between 481px and 1199px

*************************************************************************************************************************/

@media all and (min-width: 481px) and (max-width: 1199px) {



  /* .bluchic-footer-instagram */

  .bluchic-footer-instagram {clear: both;}

  .bluchic-footer-instagram-widget {width: 100%;}

  .bluchic-footer-instagram-widget h4 {text-align: center;}

  .bluchic-footer-instagram-widget #ace-instafeed .insta-img {width: 20%; margin: 0;}



}



/*************************************************************************************************************************

Screen larger than 1200px

*************************************************************************************************************************/

@media all and (min-width: 1200px) {



  /* .bluchic-footer-instagram */

  .bluchic-footer-instagram {clear: both;}

  .bluchic-footer-instagram-widget {width: 100%;}

  .bluchic-footer-instagram-widget h4 {text-align: center;}

  .bluchic-footer-instagram-widget #ace-instafeed .insta-img {width: 10%; margin: 0;}



}