var device_width = window.innerWidth || document.body.clientWidth || document.documentElement.clientWidth;
2016-11-20
media screen and max-width:800px;
@media screen and min-width:380px{background:blue;
}
@media screen and min-width:380px{background:blue;
}
2016-11-16