Why the banner images are not showing on mobile devices if using responsive skins

Question: Why are the banner images not showing on mobile devices if using responsive skins?
 
Answer: This was as designed from the time we had initially released it for all post V6 skins starting from responsive 6, 7, 8, 9, Algernon, etc., We'll hide banner for the devices with < 768px, as the banner will be very small & hence we decided to hide them for mobile to make the layout much cleaner.
 
However, if you would still like to go ahead showing the banner on mobile devices (that are using responsive skins) then you would need to copy the below code provided by our programming team & paste it under Admin > Site > Site Name > Settings > SEO/HTML > HTML content for bottom of <head> section.
 
Snippet code:
 
<style>
.banner-container {
display: block !important;
}
</style>.