.matchday * {
    padding: 0;
    margin: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    color: #ffffff;
}

.matchday {
    background-color: #000000;
    overflow: hidden;
	padding-top: 115px;
}

.matchday_container {
    margin: 0 auto;
}

.matchday_match {
    margin: 0 0 115px;
}

.matchday_match .matchday_container {
    padding: 80px 90px 80px 90px;
    background-position: center;
    background-size: cover;
}

.matchday_exclusive {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    max-width: 134px;
    height: 38px;
    margin-bottom: 50px;
    background-color: #FC363B;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.1px;
}

.matchday_subtitle {
    font-size: 60px;
    line-height: 110%;
    letter-spacing: -0.5px;
}

.matchday_date {
    margin-top: 66px;
    font-size: 24px;
    line-height: 120%;
    opacity: .8;
}

.matchday_date span {
    display: inline-block;
    height: 20px;
    width: 1px;
    margin: 0 15px;
    background: #FFFFFF;
    opacity: 0.8;
}

.matchday_name-teams {
    margin-top: 13px;
    font-size: 34px;
    line-height: 100%;
    letter-spacing: 0.25px;
}

.matchday_btn-teams {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 73px 0 11px;
}

.matchday_btn {
    display: block;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
    padding: 12px 42px;
    height: 45px;
    font-weight: 500;
    text-decoration: none;
    font-size: 16px;
    line-height: 19px;
    border-radius: 5px;
    background-color: #FFFFFF;
    color: #000000 !important;
}

.matchday_btn.match_btn {
    background: #FFFFFF;
    color: #000000 !important;
}

.matchday_btn.match_btn:hover {
    background: #eeeeee;
}

.matchday_teams {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-left: 80px;
}

.matchday_teams-split {
    margin: 0 20px;
}

.matchday_match-ligal {
    font-size: 20px;
    line-height: 130%;
    font-weight: 400;
}

.matchday_big-title {
    max-width: 750px;
    margin: 0 auto;
    font-size: 60px;
    line-height: 110%;
    text-align: center;
    letter-spacing: -0.5px;
}

@media screen and (max-width: 1200px) {
    .matchday_container {
        max-width: 960px;
    }
}