.grid{

}
.grid-item{
	width:220px;
	opacity:0;
	background:#ccc;
}
.grid-item img{
	width:100%;
}
.viewtype_1 .grid-item{
	width:49% !important;
	max-height:480px;
}
.viewtype_1 .grid-item img{
	width:auto;
}
.viewtype_2 .grid-item{
	min-width:49% !important;
	max-height:480px;
}
@media screen and (max-width: 1198px){
	.grid-item{
	}
}
@media screen and (max-width: 1024px){
	.viewtype_1 .grid-item{
		width:100%!important;
	}
}
@media screen and (max-width: 768px){
	.information {
	    padding: 15px 15px 20px !important;
	}
}
@media screen and (max-width: 520px){
	.viewtype_1 .grid-item{
		height:300px;
	}
}