/* Generic Responsive Style Sheet */



@media screen 
  and (max-width: 350px) 
  and (orientation: portrait) {
	  
	#newapplayer #closeapplayer {
		height: 25px;
		width: 25px;
	}
	
	#newapplayer #closeapplayer img {
		height: 25px;
		width: 25px;
	}
	
	.newapplayer_section {
		max-height: 320px;
	}

	.newapplayer_section .hero_img {
		height: 43%;
	}
	
	table.applayertab tr td {
		height: 35px;
	}
	
	table.applayertab tr td .app_store {
		height: 35px;
		width: 114px;
	}
	
	table.applayertab tr td .google_store {
		height: 35px;
		width: 114px;
	}
	
}

/* ----- iPhone 5 and 5S Style Sheet----- */

@media screen and (device-aspect-ratio: 40/71) {
	  
	#newapplayer #closeapplayer {
		height: 25px;
		width: 25px;
	}
	
	#newapplayer #closeapplayer img {
		height: 25px;
		width: 25px;
	}
	
	.newapplayer_section {
		max-height: 320px;
	}

	.newapplayer_section .hero_img {
		height: 43%;
	}
	
	table.applayertab tr td {
		height: 35px;
	}
	
	table.applayertab tr td .app_store {
		height: 35px;
		width: 114px;
	}
	
	table.applayertab tr td .google_store {
		height: 35px;
		width: 114px;
	}
	
}

/* ----- iPhone 6 Style Sheet----- */

@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 667px) 
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: portrait) { 

	.newapplayer_section {
		max-height: 380px;
	}
	
	.newapplayer_section .hero_img {
		height: 50%;
	}
	
	table.applayertab tr td {
		height: 40px;
	}
	
	table.applayertab tr td .app_store {
		height: 40px;
		width: 130px;
	}
	
	table.applayertab tr td .google_store {
		height: 40px;
		width: 130px;
	}

}