Perhaps this may also be useful:
To make media processors work in IE8 or later , you can use reply.js . Download the script file, copy it to the scripts folder (or anywhere). Then put the line below at the head of your html document (assuming you copied the file to the scripts folder).
<script type="text/javascript" src="scripts/respond.js"></script>
What is it. IE will start supporting media queries.
source share