/* 1. The Slider Placeholder */
/* This stops the page from starting at 0px height while the image loads */
.advanced-slider.auto-height {
    min-height: 350px !important; 
   
}

@media (max-width: 768px) {
    .advanced-slider.auto-height {
        min-height: 200px !important;
    }
}

/* 2. The Logo 'Unsized' fix (Always keep this for Google) */
img.logo-normal {
    width: 56px !important;
    height: 48px !important;
    aspect-ratio: 56 / 48 !important;
}