/* JETSKIJOHN.COM */



@media screen and (max-width: 900px) {

	.default-responsive .art-header,
	.default-responsive #art-header-bg {
	   background-image: url('images/header.jpg?v=3a');
	   background-position: center center;
	   background-size: cover;
	}
	
	
	/* NAV */
	.responsive .art-nav ul.art-hmenu a {
		font-size: 14px;
		padding:5px 0;
	}
	
	
	/* left col */
	.responsive.responsive-tablet .art-block {
		width:100%;
	}
	h3.leftColReservations {
		text-align:center;
		border:none;
		margin:0;
	}
	h3.leftColReservations span {
		display:inline;
	}
	h3.leftColCC {
		display:none;
	}
	
	
	/* content */
	table.rentalPrices img {
		max-width:90% !important;
		margin:5%;
	}

} /* end 900px */

.responsive .art-responsive-embed {
	height: inherit;
	padding:inherit;
}
.responsive .art-responsive-embed iframe {
	width:100%;
	height: 350px;
	position: inherit;
}