#contact-trigger2 {
	display: block;
	width: 20%;
}

#movil-enterate {
	display: none;
}


/* Smartphones (portrait & landscape) */

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
	#contact-trigger2 {
		display: none;
	}
	#movil-enterate {
		display: block;
		width: 67%;
	}
}


/* Smartphones (portrait) */

@media only screen and (max-width: 320px) {
	#contact-trigger2 {
		display: none;
	}
	#movil-enterate {
		display: block;
		width: 67%;
	}
}


/* iPhone 4 */

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min-device-pixel-ratio: 1.5) {
	#contact-trigger2 {
		display: none;
	}
	#movil-enterate {
		display: block;
		width: 67%;
	}
}