#feature-wrapper .column-content { text-align: center; }
#feature-wrapper .feature-graphic-product-overview { background: url(/home/features/2017/create-custom-apps-2017/images/hp_feature_graphic_2x.jpg) no-repeat; width: 1000px; height: 509px; background-size: 1000px 509px; background-position: -25px 0; margin: 0px auto; margin-top:30px; }
.h3 .fa, .h3 a .fa, h3 .fa {-webkit-text-stroke:0; text-stroke:0;}
/* #feature-wrapper .h3-xl { margin-top:20px; }
#feature-wrapper .h3-xl .fa { font-size:36px; } */
#feature-wrapper .h3-xl a { color:#006ece; }
#feature-wrapper .h3-xl a:hover, #feature-wrapper .h3-xl a:hover .fa { color:#06f !important; }
/* LARGE SCREENS > 1442px */

@media only screen and (min-width: 1442px) {
	
}

/* MEDIUM SCREENS 735px to 1068px */

@media only screen and (max-width: 1068px) {
  #feature-wrapper .feature-graphic-product-overview { width: 100%; height: 40vw; background-position:50% 0; background-size: contain; }
}

/* SMALL SCREENS < 735px */

@media only screen and (max-width: 735px) {  
	.section { padding:40px 0; }
	#feature-wrapper .feature-graphic-product-overview { background: url(/home/features/2017/create-custom-apps-2017/images/hp_feature_graphic_smv_2x.jpg) no-repeat; background-size:contain; background-position:50% 0; height:90vw; }
	/*.h1, .h1 a, h1 { font-size:47px; line-height:48px; }
	.h3-xl, .h3-xl a { font-size:32px; }
	#feature-wrapper .h3-xl .fa { font-size:30px; }*/
}

/* SMALLER SCREEN < 480px */

@media only screen and (max-width: 480px) {

}

/* 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/2017/create-custom-apps-2017/images/hp_feature_graphic_2x.jpg); }*/
}