/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/
Description: A child theme for the Hello Elementor theme.
Author: SRE
Template: hello-elementor
Version: 1.0
*/

/* You can add custom CSS below this line */

/* Make Lightbox2 images larger and responsive */
.lb-image {
    width: auto !important;
    height: auto !important;
    max-width: 90vw !important; /* 90% of viewport width */
    max-height: 90vh !important; /* 90% of viewport height */
    min-width: 800px !important; /* your preferred minimum */
    min-height: 600px !important;
    object-fit: contain;
}

