/* Custom CSS Styles Instagram Plugin */ 

@media screen and (max-width: 1148px) {
	.c-socialwall__item {
		flex-basis: 40%;
	}
  
  	.c-socialwall__item.c-socialwall__item--instagram:nth-child(even) {
		text-align: left;
	}

	.c-socialwall__item.c-socialwall__item--instagram:nth-child(odd) {
		text-align: right;
	}
}

@media screen and (max-width: 472px) {
	.c-socialwall__img {
		width: 128px !important;
        height: 128px !important;
	}
  
  	.c-socialwall {
      grid-gap: 11px !important;
  }
  
  	.alpha-h2 {
  		font-size: 18px !important;
	}
  
  	.gamma--second--instagram {
    font-size: 11px !important;
  }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
   .c-socialwall {
        justify-content: space-between !important;;
   }
  
  	.c-socialwall__item--instagram:not(:last-child) {
    	margin-right: 23px;
  	}
}


.c-socialwall {
    display: flex;
  	flex-flow: row wrap;
  	justify-content: center;
  	text-align: center;
    grid-gap: 23px;
    margin: 0 auto;
 }


.c-socialwall__img {
    width: 225px;
    height: 225px;
    object-fit: cover;
}

.modules__headlines--instagram {
  	margin: 0 auto 30px;
    max-width: 930px;
    text-align: center;
    color: #000;
}

.alpha-h2 {
  font-size: 30px;
}

.gamma--second--instagram {
	font-weight: 300;
	font-size: 16px;
	text-transform: uppercase;
  	padding-bottom: 10px;
}