@media only screen and (max-width: 979px) { 
	
	#homepage {
		min-width: 0 !important;
		top: 0;
		width: 100% !important;
		margin-top: 0px;

	}

	.indexRow, .indexMiddleRow, .indexBottomRow {
		min-width: 0;
	}

	.indexLeft {
		min-width: 0;
	}

	#famousWrap {
		float :left;
	}
	
	#homepage.fixed {
/*		top: 0px;*/
	}

	#tabletHome {
		display: block !important;
		width: 100%;
		float: left;

	}

	ul#slider li #tabletHome img {
		margin-top: -245px;
/*	margin-top: 0;
*/	}
	
	#desktopHome {
		display: none !important;
	}
	.bx-wrapper, .bx-viewport{
		width: 100%;
		float: left;
	}
	
	.bx-controls {
		display: none;
	}
	
	#slider_wrap {
		width: 100%;
		float: left;
	}

	ul#slider {
		float: left;
		width: 100% !important;
	}	
	
	ul#slider li{
		float: left;
		width: 100% !important;
	}
	
	.imageHover{
		display: none !important;
	}

	
.slideCaption {
	position: relative;
	top: 240px;
	left: 4%;
}
	.famousCaption {
		font-size: 18px;
	}

	.feat_description a h3 {
		font-size: 20px;
	}

	.feat_description a p {
		font-size: 14px;
	}

	.indexDesc h2 {
		font-size: 18px;
	}

	.indexLogo {
		min-height: 320px;
	}


	.indexVideo {
	float: right;
	width: 34%;
	padding: 0;
	margin: 0;
	min-height: 320px;
	background: url('/static/img/tony.jpg') no-repeat -30px 0px;
	background-size: auto 100%;
	}

	.indexBottomRow {
		height: 320px;
	}
		
}