/* Note: Design for a width of 768px - Tablet (Portrait) */
@media only screen and (min-width: 768px) and (max-width: 959px)
{
	#location .map							{ background-image: url(../images/backgrounds/point-map_medium-sc.jpg); }
	#intro #bg img							{content:url("../images/backgrounds/main_intro_retina-ipad_sc.jpg");background-repeat: no-repeat;}
}

/* Note: Design for a width of 320px - Mobile (Portrait) */
@media only screen and (max-width: 767px) 
{
	#location .map							{ background-image: url(../images/backgrounds/point-map-sc.jpg); }
	#intro									{ background-image: url(../images/backgrounds/main_intro_sc.jpg); }
}

/* Note: Design for a width of 480px - Mobile (Landscape) */
@media only screen and (min-width: 480px) and (max-width: 767px) 
{
}
