/*    <!-- Popup ICMRTD -->    */

        /* Mobile styles */
        @media (max-width: 768px) {

            /* Show mobile image, hide desktop image */
            .mobile-img-ar {
                display: block;
                max-width: 100%;
                max-height: calc(90vh - 100px);
                width: auto;
                height: auto;
            }
            .desktop-img {
                display: none;
            }
            .mobile-img {
                display: none !important;
            }
        }

/*    <!-- Popup ICMRTD -->    */
