@media all and (max-width: 1324px) {
	.container, .header {
		width: 90% !important;
	}	
}
@media all and (max-width: 1024px) {
	.container, .header {
		width: 100% !important;
	}
	.preview > div {
		max-width: 500px;
	}
	.center {
		width: 66%;
		margin-right: 0px;
	}
	.right {
		width: 66% !important;
		margin-top: 0px;
		margin-left: 34%;
	}
	.video {
		width: 30%;
		padding-right: 5%;
		margin: 0px;
	}
	.padding > .video:nth-child(3n) {
		padding-right: 0px;
	}
	.navigation-right {
		display: none !important;
	}
	.left {
		width: 32% !important;
	}
	
	.threecolumn .center{
		width:66%;
	}	
}

@media all and (max-width: 1280px) {
	.tile {
		font-size: 1.2vw;
		line-height: 1.5vw;
	}
	.tile h3{
		font-size: 1.3vw;
		line-height: 1.3vw;
	}
}