/* Preserve the flag sprites' dimensions while serving the lossless WebP copies. */
.iti-flag,
.country-select .flag {
  background-image: url(../img/flags.webp);
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .iti-flag,
  .country-select .flag {
    background-image: url(../img/flags@2x.webp);
  }
}
