/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 02 2023 | 00:11:25 */
li{
	list-style: "";
}
.instagram-list {
	margin: 0px;
	display: flex;
	flex-wrap: wrap;
}
.instagram-list li{
	position:relative;
	width:200px;
	height:200px;
	margin: 4% auto;
}
.instagram-list li:before{
	content:"";
	display:block;
	padding-top:100%;
}
.instagram-list li img{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	object-fit:cover;
}
@media screen and (max-width: 600px) {
	.instagram-list li {
		position:relative;
		float:left;
		width: 40%;
		height: 90px;
		margin: 4%;
	}
	.instagram-list li img{
		position:absolute;
		top:0;
		left:0;
		width:100%;
		height:100%;
		object-fit:cover;
	}
	.instagram-list{
		margin: 0;    
	}
}
