
/* Pienet näytöt (puhelimet ja pienet tabletit) */
@import url("media_small.css") only screen and (max-width:767px);
/* Keskikokoiset ja siitä suuremmat (Tablet) */
@import url("media_medium.css") only screen and (min-width:768px);
/* Isokokoiset näytöt ja sitä suuremmat */
@import url("media_large.css") only screen and (min-width:1024px);
