.banner {
    position: relative;
    text-align: center;
    color: white;
    margin: 0 auto;
    max-width: 1200px;
    width: 100%;
}

.banner img {
    width: 100%;
    height: auto;
    max-height: 500px;
    object-fit: cover;
    margin-bottom: 20px;
}


@media (max-width: 768px) {
    .banner {
        width: 100%;
    }

    .banner img {
        width: 100%;
        height: 100% !important;
    }
}
