:Im/header/styles.css

@media screen and (max-width: 900px) {
	.im-mobile-invisiable {
    	display: none;
	}
}
@media screen and (max-width: 900px) {
	.im-mobile-visiable {
    	display: inherit;
	}
}
@media screen and (min-width: 900px) {
	.im-web-invisiable {
    	display: none;
	}
}
@media screen and (min-width: 900px) {
	.im-web-visiable {
    	display: inherit;
	}
}