
.container {}
@media (min-width:1200px){
	.container {
		max-width:1000px;
		box-sizing: content-box;
		}
	.slideheight {height:220px;}
}
