Hey there! I have a live website (check it out here, although it's currently behind a "coming soon" cover). The site has two stylesheets: one for regular styles (style.css) and one specifically for responsive design (width.css). The responsive stylesheet is supposed to hide certain photos on smaller screens and display them on larger screens.
Everything works smoothly on Chrome and Firefox, but I'm running into issues with IE (version 11). When I check in IE's developer tools, I see that the images are being set to display:none, and even though I've used display:initial in most cases, it's being crossed out. This is despite the fact that display:initial is within the min-width:700px / min-width:900px sections.
If anyone has any insights or can offer assistance, I would greatly appreciate it! Feel free to let me know if you need more resources or code to troubleshoot the issue.
Thanks a bunch in advance!