.banner-container {
    display: flex;
    justify-content: center;
    margin-top: 1rem;
    margin-bottom: 2rem;
}

.banner-image {
    background-color: #e9ecef;
    border-radius: 0.3rem;
    width: 100%;
    max-width: 1320px;
}

.banner-main {
    display: flex;
    justify-content: center;
    padding-left: 15px;
    padding-right: 15px;
    width: 1320px;
}

.penguin-image {
    position: absolute;
    width: auto;
    min-height: 100px;
    max-height: 150px;
    right: -60px;
}

.penguin-logo {
    position: relative;
    display: flex;
    height: inherit;
    width: 69px;
}

.penguin-row {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    margin-bottom: 2rem;
    height: 150px;
}

.penguin-sign {
    position: absolute;
    top: 15px;
    right: -59px;
    width: 118px;
}

.penguin-title {
    max-width: 190px;
}

.sponsors {
    display: flex;
    width: 100%;
    height: auto;
    justify-content: center;
    flex-wrap: wrap;
    gap: 5vh;
    margin-bottom: 2em;
}

.sponsors > a:hover {
  text-decoration: none;
}

.sponsor-lvl-one {
    max-width: 100%;
    height: auto;
    max-height: 160px;
}

.sponsor-lvl-two {
    max-width: 100%;
    height: auto;
    max-height: 140px;
}

.sponsor-lvl-three {
    max-width: 100%;
    height: auto;
    max-height: 100px;
}

.partner {
    max-width: 100%;
    height: auto;
    max-height: 70px;
}

@media (width <= 768px) {
    .banner-container {
        margin-top: 0px;
        margin-bottom: 0px;
    }

    .banner-image {
        border-radius: 0rem;
    }

    .banner-main {
        padding-left: 0px;
        padding-right: 0px;
    }

    .contributor {
        max-height: 60px;
    }

    .sponsor-lvl-one {
        padding-left: 15px;
        padding-right: 15px;
    }

    .sponsor-lvl-two {
        max-height: 120px;
    }
}