@charset "UTF-8";


/* screens smaller than 1200---------------------------------------------------------- */
@media only screen and (max-width:1200px) {
}
/* screens smaller than 768---------------------------------------------------------- */
@media only screen and (max-width:768px) {
}
/* screens smaller than 690---------------------------------------------------------- */
@media only screen and (max-width:690px) {
}










