@charset "utf-8";

/* LD Mobile */

@media only screen and (-webkit-max-device-pixel-ratio: 1.5) and (max-width: 600px),
only screen and (max--moz-device-pixel-ratio: 1.5) and (max-width: 600px),
only screen and (max-device-pixel-ratio: 1.5) and (max-width: 600px) {

}

/* HD Mobile */

@media only screen and (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 600px),
only screen and (min--moz-device-pixel-ratio: 1.5) and (max-width: 600px),
only screen and (min-device-pixel-ratio: 1.5) and (max-width: 600px) {

}




/* LD Tablet */

@media only screen and (-webkit-max-device-pixel-ratio: 1.5) and (min-width: 601px) and (max-width: 1199px),
only screen and (max--moz-device-pixel-ratio: 1.5) and (min-width: 601px) and (max-width: 1199px),
only screen and (max-device-pixel-ratio: 1.5) and (min-width: 601px) and (max-width: 1199px) {

}

/* HD Tablet */

@media only screen and (-webkit-min-device-pixel-ratio: 1.5) and (min-width: 601px) and (max-width: 1199px),
only screen and (min--moz-device-pixel-ratio: 1.5) and (min-width: 601px) and (max-width: 1199px),
only screen and (min-device-pixel-ratio: 1.5) and (min-width: 601px) and (max-width: 1199px) {

}




/* LD Desktop */

@media only screen and (-webkit-max-device-pixel-ratio: 1.5) and (min-width: 1200px),
only screen and (max--moz-device-pixel-ratio: 1.5) and (min-width: 1200px),
only screen and (max-device-pixel-ratio: 1.5) and (min-width: 1200px) {

}

/* HD Desktop */

@media only screen and (-webkit-min-device-pixel-ratio: 1.5) and (min-width: 1200px),
only screen and (min--moz-device-pixel-ratio: 1.5) and (min-width: 1200px),
only screen and (min-device-pixel-ratio: 1.5) and (min-width: 1200px) {

}
