@charset "UTF-8";
/* CSS Document */

/* PHOTOS */

.photos{
	width:auto;
	padding:10px 30px 30px 30px;
	text-align:justify;
	margin-bottom:50px;
}

@media screen and (max-width:400px){
	.photos{
		padding:5px 15px 15px 15px;
	}
}

.insta-ctn{
	margin:30px 0;
	max-width:100%;
	text-align:left;
	font-size:0;
}

.vig_insta{
	display:inline-block;
	box-sizing:border-box;
	width:25%;
	padding:0;
	margin:10px 0;
	border:1px solid transparent;
	transition:border-color 200ms linear;
}


@media screen and (max-width:400px){
	.vig_insta{
		width:33%;
	}
}

.vig_insta:hover{
	border:1px solid #fff;
}

.vig_insta img{
	width:auto;
	width:100%;
	
}

