﻿/******************************************************************
1280up.css
-------------------------------------------------------------------
Stylesheet: Large Screen Stylesheet
-------------------------------------------------------------------

You can add some advanced styles here if you like. This kicks in
on larger screens.

******************************************************************/

/* These styles are applied for viewports 1280px and higher */
@media only screen and (min-width: 1200px) {

	/**/.slide-row, .slide-over, .slide-kenburns {
		min-height:440px;
		/*height:auto !important;
		height:440px;
		*/}

} 