/***********************************************************************************************/
/*  Responsive/adaptive stuff */
/***********************************************************************************************/

/** 980* 1280 **/
@media only screen and (min-width: 960px) and (max-width: 980px){
#instafeed  a {
	margin: 5px 0 25px 3%;
	width: 21%;
}
}


/* Smaller than standard 960 (devices and browsers) */
@media only screen and(max-width:959px){
#instafeed  a {
	margin: 5px 0 25px 3%;
	width: 21%;
}
}

/* Tablet Portrait size to standard 960 (devices and browsers)  800*1280 , 768*1024 */
@media only screen and (min-width: 768px) and (max-width: 959px) {
#instafeed  a {
  margin:5px 0 25px 4%;
  width: 28%;
}
}
/* All Mobile Sizes (devices and browser) 360*640 */
@media only screen and (max-width: 767px) {
#instafeed  a {
  margin:5px 0 25px 4%;
  width: 28%;
}

}
/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 480px) and (max-width: 767px) {
#instafeed  a {
  margin:5px 0 25px 6%;
  width: 40%;
}
}

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) 320*480  */
@media only screen and (max-width: 479px) {
#instafeed  a {
	margin:5px 0 25px 6%;
	width: 41%;
}

}
