/* For Mobile */
	@media screen and (max-width: 500px) {
		.jumbotron {
	
			background: #fff url("../gfx/TNC17_banner_small.jpg") no-repeat;
			background-position: right top;
			background-size: 658px 150px;
			height: 150px;
		}
	}

	
	/* For Mobile */
	@media screen and (min-width: 500px) and (max-width: 900px) {
		.jumbotron {
	
			background: #fff url("../gfx/TNC17_banner_small.jpg") no-repeat;
			background-position: right top;
			/*background-size: 100% 100% ;*/
	
		}
	}

	/* For Tablets */
	@media screen and (min-width: 900px) and (max-width: 1280px) {
		.jumbotron {
	
			background: #fff url("../gfx/TNC17_banner.jpg") no-repeat;
			/*background-size: 100% 100% ;*/
	
		}
	}
	
	@media screen and (min-width: 1280px) {
		.jumbotron {
	
			background: #fff url("../gfx/TNC17_banner.jpg") no-repeat ; 
			/*background-size: 100% 100% ;*/
	
		}
	}
