@media screen and (min-width:767px){
    .bannerPadBottom{
        padding-bottom:5px;
    }
    .featurePadBottom{
        padding-bottom:20px;
    }
    .heroPadTop{
        padding-top:20px;
    }
    .newXGPshared .blackFontColor{
        color:white !Important;
    }
}

/* Iphone fix */

@media screen and (max-width:414px){
    .customMobileFontSize{
        padding-top:0 !important;
        padding-bottom:0 !important;
    }
}

*/