@charset "UTF-8";
/*** Global ***/
#CMD .section__kv .img__kv {
  background-image: url("http://asus-portugal.com/asuspt/images/ZS630KL/large/1x/01.jpg");
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  #CMD .section__kv .img__kv {
    background-image: url("http://asus-portugal.com/asuspt/images/ZS630KL/large/2x/01.jpg");
  }
}

@media all and (min-width: 721px) and (max-width: 1300px) {
  #CMD .section__kv .img__kv {
    background-image: url("http://asus-portugal.com/asuspt/images/ZS630KL/medium/1x/01.jpg");
  }
}
@media all and (min-width: 721px) and (max-width: 1300px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 721px) and (max-width: 1300px) and (min-resolution: 144dpi) {
  #CMD .section__kv .img__kv {
    background-image: url("http://asus-portugal.com/asuspt/images/ZS630KL/medium/2x/01.jpg");
  }
}
@media all and (max-width: 720px) {
  #CMD .section__kv .img__kv {
    background-image: url("http://asus-portugal.com/asuspt/images/ZS630KL/small/1x/01.jpg");
  }
}
@media all and (max-width: 720px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 720px) and (min-resolution: 144dpi) {
  #CMD .section__kv .img__kv {
    background-image: url("https://asus-portugal.com/asuspt/images/ZS630KL/small/2x/01.jpg");
  }
}