canvas { position: fixed; top: 0; left: 0; z-index: -1; }

#growl {
	display: none;
	position: fixed;
	bottom: 2%;
	left: 50%; 
	margin-left: -160px;
	z-index: 9999;
	width: 100%;
	max-width: 320px;
	box-shadow: 1px 1px 2px #666;
	overflow: hidden;
}

#growl .growl-content {
	width: 100%;
	padding: 0 1rem;
	background: #df104b;
	text-align: center;
	color: #fff;
	font-size: 15px;	
}

.eapps-instagram-feed a {
	border-bottom: none;
}

.clients .col33 .image {
	box-shadow: 0 0 8px 3px rgb(158 158 158 / 10%);
	-webkit-box-shadow: 0 0 8px 3px rgb(158 158 158 / 10%);
	-moz-box-shadow: 0 0 8px 3px rgba(158, 158, 158, 0.1);
}

.clients .grid .image img {
	padding: 0;
}

#instafeed {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-template-rows: 1fr 1fr 1fr;
	grid-gap: 0;
}
  
#instafeed .image img {
	padding: 0;
}