I'm using the following media queries, everything in Chrome is ok. What are the right properties for the latest version of IE?
@media(min-width:320px) { }
@media(min-width:480px) { }
@media(min-width:600px) { }
@media(min-width:768px) { }
@media(min-width:991px) { }