/* This file will hold styles that are loaded using the same media query as the wide grid. */

.fluid-zone .region.fluid-5 {
  width: 220px;
}
.fluid-zone .region.fluid-7 {
  width: 150px;
}
/*-- Social Feed Zone --*/

.block-socialfeed ul {
	padding: 0 15px 15px 15px;
}

.social-feed-logo {
	display: block;
  margin-right: auto;
  margin-left: auto;
	padding: 15px;
}

.social-feed-instagram-grid
 {
  display: grid;
  grid-template-columns: repeat(5,218px);
  grid-template-rows: repeat(1,218px);
  grid-gap: 15px;
  padding: 0 15px 15px;
}

.social-feed-instagram-grid-item {
  height: 218px;
  overflow: hidden;
}