    /* Force-show the desktop image wrapper */
    .hidden.sm\:block {
        display: block !important;
    }

    /* Force-hide the mobile image wrapper */
    .sm\:hidden {
        display: none !important;
    }