/* Banner responsive styles */
/* This file was created to fix 404 errors */

/* Placeholder for banner responsive styles */
.banner {
    width: 100%;
    height: auto;
    overflow: hidden;
}

@media (max-width: 768px) {
    .banner {
        /* Responsive banner styles for mobile devices */
        min-height: 200px;
    }
}