/* overwrite the image path for the flags */
       .iti-flag {
            background-image: url("https://federalmogul.emsecure.net/scripts/form_elements/phone__field/images/flags.png") !important;
        }

        @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
            .iti-flag {
                background-image: url("https://federalmogul.emsecure.net/scripts/form_elements/phone__field/images/flags@2x.png") !important;
            }
        }