
/* LATTICE STIX */

@media screen and (max-width: 1130px) {
	
	/*home page*/	
	.row2 .gridbox1 img,
	.row2 .gridbox2 img {
		width:100%;
		height:auto;
		object-fit:auto;
	}
	
	/*about us*/
	.photosGrid.heritageSection .photo,
	.photosGrid.sticksSection .photo,
	.photosGrid.depthSection .photo {
		display:table-cell;
		padding:5px;
	}
	.photosGrid.joinerySection,
	.photosGrid.patternsSection,
	.photosGrid.materialsSection {
		text-align:center;
	}
	.photosGrid.joinerySection .photo,
	.photosGrid.patternsSection .photo,
	.photosGrid.materialsSection .photo {
		margin-bottom:10px;
	}
}

@media screen and (max-width: 800px) {

	/*home page */
	.gridbox {
		font-size:16px;
	}
	.homeQuicklinks a h4 {
		font-size:18px;
		line-height:1.3em;
	}
	.solutionsGridItem.screeningPrivacy, 
	.solutionsGridItem.screeningFences, 
	.solutionsGridItem.wallDecor {
		width:47%;
	}
	
}


@media screen and (max-width: 500px) {
	.solutionsGridItem.screeningPrivacy, 
	.solutionsGridItem.screeningFences, 
	.solutionsGridItem.wallDecor {
		width:100%;
		padding:30px 0;
	}
}
