/*
Theme Name: Sleddermag
Theme URI: http://www.sleddermag.com
Author: Shawn Wernig - Eggplant Studios
Author URI: http://www.eggplantstudios.ca
Description: A theme by EggplantStudios
Version: 1.0.3
License: GNU General Public License v2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/



@import "css/main.css";



/* Add me to SCSS eventually */

#single-banners.single-banners-large {
    max-height: 200px;
    height: 200px;
}

#home-banners {
	max-height: 300px;
    height: 300px;
}
#home-banners .slide-title {
	width: 66%;
	margin: 0px auto;
	max-height: 170px;
	overflow: hidden;
}
.adspace.adspace_content_side_middle_2 {
	margin-top: 16px;
}
	
@media only screen and (min-width: 576px) {
	
}
@media only screen and (min-width: 768px) {
	#single-banners.single-banners-large {
	    max-height: 400px;
	    height: 400px;
	}
	#home-banners {
	    max-height: 400px;
	    height: 400px;
	}
}
@media only screen and (min-width: 992px) {
	#single-banners.single-banners-large {
	    max-height: 500px;
	    height: 500px;
	}
	#home-banners {
	    max-height: 500px;
	    height: 500px;
	}
}
@media only screen and (min-width: 1200px) {
	#single-banners.single-banners-large {
	    max-height: 600px;
	    height: 600px;
	}
	#home-banners {
	    max-height: 600px;
	    height: 600px;
	}
}