@media print, screen and (min-width: 737px) {

#instafeed {
	width: 98%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 30px;
	position:relative;
}


#instafeed li{
	position:relative;
	float:left;
	width:22%;
	height:auto;
	margin:4% 4% 0 0;
}


#instafeed img:hover {
	opacity: 0.5;
	-webkit-transition: all .3s;
	transition: all .3s;
}

#instafeed li:nth-of-type(4n){
	margin-right:0;
}



#instafeed li:before{
	content:"";
	display:block;
	padding-top:100%;
}


#instafeed li img{
	position:absolute;
	top:0; 
	left:0;
	width:100%;
	height:96%;
	object-fit:cover; 
}

.insta-up20 {
	padding-top: 70px;
	padding-bottom: 80px;
	clear: both;
}
/*.insta-up20 {
	padding-top: 40px;
	padding-bottom: 80px;
	clear: both;
}

#instafeed img {
	object-fit: cover;
	width: 100%;
	
	line-height: 0px;	
}

.w125 {
	width: 30.3%;
	height:auto;
	line-height: 0px;
	float: left;
	overflow: hidden;
	margin: 1.5%;
	position: relative;
}


.w125 img{
	position:absolute;
	top:0; 
	left:0;
	width:100%;
	height:100%;
	object-fit:cover; 
}
*/

	
}



@media screen and (min-width: 0px) and (max-width: 736px) {




#instafeed {
	width: 95%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 30px;
	position:relative;
}


#instafeed li{
	position:relative;
	float:left;
	width:22%;
	height:auto;
	margin:4% 4% 0 0;
}

#instafeed li:nth-of-type(4n){
	margin-right:0;
}



#instafeed li:before{
	content:"";
	display:block;
	padding-top:100%;
}


#instafeed li img{
	position:absolute;
	top:0; 
	left:0;
	width:100%;
	height:100%;
	object-fit:cover; 
}

.insta-up20 {
	padding-top: 50px;
	padding-bottom: 20px;
	clear: both;
}

}