/*
instagram import
*/
/*
@media only screen and (min-width : 1200px){}
@media only screen and (max-width : 1200px){}
@media only screen and (max-width : 992px){}
@media only screen and (max-width : 768px){}
@media only screen and (max-width : 480px){}
@media only screen and (max-width : 320px){}
*/
html,body{
	width:100%;
}
.instagram-box{

}
.instagram-inbox{
	float:left;
	padding:2px 1px 2px 4px;
	background-color:#FFF;	
}
.instagram-image{
	border-radius:8px;	
	width:134px;
	height:134px;	
}

@media only screen and (max-width : 1200px){
	.instagram-image{
		width:135px;
		height:135px;	
	}
}
@media only screen and (max-width : 992px){
	.instagram-image{
		width:150px;
		height:150px;	
	}
}
@media only screen and (max-width : 768px){
	.instagram-image{
		width:135px;
		height:135px;	
	}
}
@media only screen and (max-width : 732px){
	.instagram-image{
		width:110px;
		height:110px;	
	}
}
@media only screen and (max-width : 480px){
	.instagram-image{
		width:110px;
		height:110px;	
	}

}
@media only screen and (max-width : 320px){
	.instagram-image{
		width:145px;
		height:145px;	
	}
}




