#contest-hero {
    text-align: center;
    padding: 0 10px;
    margin: 0 auto;
}

#contest-hero-caption {
    margin-bottom: 20px;
    font-size: 20px;
}

#contest-hero img {
    max-width: 800px;
    width: 100%;
    height: 100%;
}

#contest-small-container {
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}

.contest-small {
    width: 33%;
    text-align: center;
    padding: 10px;
}

@media(max-width: 900px) {
    .contest-small {
        width: 50%;
    }
}

@media(max-width: 650px) {
    .contest-small {
        width: 100%;
    }
}

@media(min-width: 651px) {
    .contest-small img {
        max-width: 275px;
        width: 100%;
    }
}

@media(max-width: 650px) {
    .contest-small img {
        width: 100%;
    }
}

.contest-small-caption {
    font-size: 20px;
    text-align: center;
    margin-bottom: 20px;
}

#contest-footer {
    padding: 10px;
}