/* * This file should ONLY contain CSS for WOWSlider.
 * General HTML/Body/Header styles are moved to css/site.css.
 */

/* General Reset - Use only if necessary, but site.css handles body/html */
/* * { margin: 0; padding: 0; box-sizing: border-box; } */ 

/* WOWSlider Specific Overrides to ensure it fills the container */
#wowslider-container1 {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 auto !important;
    padding: 0 !important;
}

#wowslider-container1 .ws_images ul li img {
    width: 100% !important;
    height: auto !important;
    object-fit: cover;
    display: block;
}

/* Any other necessary WOWSlider default styles go here (assuming WOWSlider handles its own complex CSS) */