/* @import url('http://example.com/example_style.css'); */
<style>
@media only screen and (max-width: 768px) {
#logo {
width: 50px;
max-height: 50px;
}
}
</style>
/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/