/** IPAD **/
@media only screen and (device-width: 768px) {
	
}
/** IPHONE **/
@media only screen and (max-device-width: 480px) {

}