
@media screen and (max-width: 768px) {
 #instafeed > a {
  display: inline-block;
  width: calc(100% / 6)!important ;
}
#instafeed > a:nth-child(13) {
  display: none;
} 
#instafeed > a:nth-child(14) {
  display: none;
} 
  .articalTitle.forDesktop {
  display: none !important ;
}
  .overlay {
  display: none !important ;
}
.forMOb {
  display: block !important;
}
}
@media screen and (max-width: 640px) {
#instafeed > a {
  display: inline-block;
  width: calc(100% / 4)!important;
}
  
} 
@media screen and (max-width: 480px) {
 #instafeed > a {
  display: inline-block;
  width: calc(100% / 3)!important;
}
  
} 
@media screen and (max-width: 360px) {
 #follow-us {
  padding: 0;
}
#instagram-card {
  padding: 0;
}
#instafeed > a {
  display: inline-block;
  width: calc(100% / 2)!important;
}  
 
} 
  
} 
@media screen and (max-width: 320px) {
 
} 
  
} 