.banner_container {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 0px;
}

.banner_space {
    width: 1280px;
}

.banner_space img{
    width: 100%;
}

.banner_strip {
    max-height: 250px;
}

.banner_strip img{
    width: 100%;
}

/* Mini Banners*/

.mini_banners_container {
    width: 100%;
    display: flex;
    margin-bottom: 0px;
    background-color: rgb(255, 255, 255);
    justify-content: space-between;
    margin: 0;
}

.mini_banner {
    width: 30%;
    padding-top: 0.4%;
    padding-bottom: 0.4%;
}

