/* DEFAULT SCREENS (BETWEEN 1068px and 1442px)*/
#fg-create-custom-apps { width: 100%; background: url(/home/features/2016/create-custom-apps/images/background.jpg) no-repeat 40% center; background-size: cover; text-align:center; }
#fg-create-custom-apps .column-content { width:60%; margin:70px auto; }
#fg-create-custom-apps h1, #fg-create-custom-apps .h2 { color:#FFF; }
#fg-create-custom-apps h1 { line-height:50px; }
#fg-create-custom-apps h1.cufonless { line-height:60px; }
#fg-create-custom-apps .h3 { margin: 10px auto; color: #fff; font-size: 32px; }
#fg-create-custom-apps .video-link { display: inline-block; width: 29px; height: 30px; margin-top: -3px; background: url(/home/features/2016/create-custom-apps/images/see-video.png) no-repeat; vertical-align: middle; }
/*.mobile { text-indent:-9999px; display:none; }*/

/* LARGE SCREENS > 1442px */
@media only screen and (min-width: 1442px) {

}
/* MEDIUM SCREENS 735px to 1068px */
@media only screen and (max-width: 1068px) {
	#fg-create-custom-apps .column-content { width:85%; margin:70px auto; }
}

/* SMALL SCREENS < 735px */
@media only screen and (max-width: 735px) {
	/*#fg-create-custom-apps h1 { display:none; }
	.mobile { text-indent:0; display:block; }
*/	
#fg-create-custom-apps { background-position:40% center; }
#fg-create-custom-apps .column-content { width:85%; margin:70px auto; }
}
	

/* RETINA DISPLAY */
@media (-webkit-min-device-pixel-ratio: 2), (min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
#fg-create-custom-apps { background-image: url(/home/features/2016/create-custom-apps/images/background_2x.jpg); /*background-size:1908px 585px;*/}
#fg-create-custom-apps .video-link { background: url(/home/features/2016/create-custom-apps/images/see-video_2x.png) no-repeat; background-size: 29px 30px; }
}