.hp-bg-grid__2020{
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    left: 0;
    top: 0;
}

.container {
    background: none;
    max-width: 1700px !important;
    display: grid;
    grid-template-columns: 100%;
    grid-auto-rows: min-content min-content auto;
    background: rgba(20,88,99,0.7)!important;
}

.content {
    text-align: center;
    font-family: "Cafeteria", 'Arial Bold', sans-serif;
    font-size: 14pt;
    border-radius: 7px;
    border: 3px solid black;
    width: 20%;
    min-width: 340px;
    background-color: #FFF9CD;
    /*height: 140px;*/
    margin: 1em auto;
    padding: 2em;
    /*padding-bottom: 10px;*/
    /*bottom: -19px;*/
    position: relative;
    line-height: 24px;
}

.header-container__2020 {
    text-align: center;
    width: 100%;
    margin: 0 auto;
}

.page-title__2020 h1 {
    text-transform: uppercase;
    font-family: "Cafeteria", 'Arial Bold', sans-serif;
    color: #9a6f26;
    padding: 4px 3px;
    max-width: 250px;
}

.header-container__2020 h1 {
    background-color: #fdd124;
    border-radius: 10px;
    border: 3px solid #946926;
    border-style: solid;
    position: relative;
    box-sizing: border-box;
    width: auto !important;
    max-width: 188px;
    padding: 4px 3px;
}

.page-title__2020 h1 > .egg-icon {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    height: 160%;
    width: 55px;
    position: absolute;
    left: -35px;
    top: -30%;
}

.responsiveMessage b{
    color: #FF3636;
}

@media only screen and (max-width: 425px) {
    .content {
        width: 141px;
        min-width: 230px;
        height: 201px;
    }
}
