.banner-container img {
    width: 100%;
    height: auto;
}

.banner-container {
    overflow: hidden;  /* Hides content that exceeds container height */
}