  
/* iPhone 5 */
@media only screen and (min-device-width: 320px) 
    and (max-device-width: 568px) 
    and (-webkit-device-pixel-ratio: 2) 
    and (device-aspect-ratio: 40/71) {
  	
  	.content-area {
  		padding-bottom: 2em;
  	}
}


