.entry-content {
    padding: 0;
}

.cms-next-homegame .cms-gameplan{
    display: none;
}

.cms-next-homegame {
    height: 100vh;
    width: 100vw;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    margin: 0;
    padding: 0 100px;
    max-width: none;
    box-sizing: border-box;
}

.cms-next-homegame .headline {
    flex-grow: 2;
    font-size: 100px;
    font-weight: bolder;
    margin: 40px 0;
}



.cms-next-homegame .matchup {
    flex-grow: 3;

    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.cms-next-homegame .matchup .teamA,
.cms-next-homegame .matchup .teamB {
    display: flex;
    flex-direction: column;
    align-items: center;

    p {
        color: var(--wp--preset--color--custom-color-5);
        font-size: 80px;
        margin: 30px 0;
    }
}

.cms-next-homegame .matchup .logo,
.cms-next-homegame .matchup .logo-placeholder {
    width: 400px;
    max-width: none;
    margin: 0 100px;
}

.cms-next-homegame .matchup .teamA {

}

.cms-next-homegame .matchup .vs {
    font-size: 120px;
    font-weight: bold;
}

.cms-next-homegame .matchup .teamB {

}

.cms-next-homegame .countdown {
    display: none;
    flex-grow: 1;
    font-size: 80px;
    font-weight: bold;
    color: var(--wp--preset--color--custom-color-1);
    margin: 0;
}

.cms-next-homegame .date {
    margin: 0;
    flex-grow: 1;
    font-size: 80px;
    font-weight: bold;
    color: var(--wp--preset--color--custom-color-1);
}