.mmr{
    padding: 0 50px 50px;
}
.hall_of_fame__banner-image{
    height: 130px;
    width: 100%;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: flex-start;
    padding: 18px;
    background-size: cover;
    background-position: center center;
}
.hall_of_fame__banner-image > div {
    height: 100%;
    display: flex;
    flex-flow: column nowrap;
    flex: 0 1 33.33%;
    align-items: flex-start;
    justify-content: flex-end;
}
.hall_of_fame__banner-image .button-black {
    border: 1px solid #fff;
}
.hall_of_fame__banner-image .title{
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 2.5em;
    font-weight: 900;
    text-transform: uppercase;
}
.hall_of_fame__stats{
    overflow: visible;
    margin: 40px 0 0;
}
.hall_of_fame__stats .box__subheader > div:first-child {
    flex: 0 1 100px;
}
.hall_of_fame__stats .box__subheader > div:nth-of-type(2){
    justify-content: left;
    text-align: left;
}
.hall_of_fame__stats .list__items{
    display: flex;
    flex-flow: row wrap;
}
.hall_of_fame__stats .list__items li{
    font-size: 1.2em;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    border-top: 1px solid #eee;
    flex: 0 0 100%;
    color: #888;
    height: 50px;
}
.hall_of_fame__stats .list__items li > *{
    flex: 1 0 10%;
    display: flex;
    padding: 4px 12px;
    justify-content: center;
    align-items: center;
}
.hall_of_fame__stats .list__items li.mmr__ranking-self {
    background-color: #e3e3e3;
}
.hall_of_fame__stats .list__items li > div:first-child {
    flex: 0 1 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.hall_of_fame__stats .list__items li > div:nth-of-type(2){
    justify-content: left;
    align-items: center;
    font-size: .8em;
}
.hall_of_fame__stats .list__items .user a {
    color: #888;
}
.hall_of_fame__stats .list__items .user a .user__username {
    margin: 0 0 0 10px;
    font-size: 1em;
}
.hall_of_fame__stats .list__items .user__avatar .avatar__image {
    width: 40px;
    height: 40px;
}

.mmr__podium-players {
    display: flex;
    justify-content: center;
    min-height: 240px;
    margin-top: 30px;
}
.mmr__podium-player {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: none;
}
.mmr__podium-player:after{
    position: absolute;
    display: block;
    content: " ";
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
}
.mmr__podium-player:nth-of-type(1) {
    width: 193px;
    order: 2;
    transform: translateY(-5px);
    position: relative;
}
.mmr__podium-player:nth-of-type(1):after{
    top: 115px;
    left: 14px;
    width: 169px;
    height: 108px;
    background-image: url(../images/hall_of_fame_medal_first.png);
}
.mmr__podium-player:nth-of-type(2) {
    width: 153px;
    order: 1;
    transform: translateY(26px);
}
.mmr__podium-player:nth-of-type(2):after{
    top: 115px;
    left: -20px;
    width: 181px;
    height: 108px;
    background-image: url(../images/hall_of_fame_medal_second.png);
}
.mmr__podium-player:nth-of-type(3) {
    width: 153px;
    order: 3;
    transform: translateY(36px);
}
.mmr__podium-player:nth-of-type(3):after{
    top: 115px;
    left: -6px;
    width: 183px;
    height: 108px;
    background-image: url(../images/hall_of_fame_medal_third.png);
}
.mmr__podium-player-name {
    min-height: 24px;
    margin-bottom: 13px;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    font-size: 1.55em;
    color: #1d1d1d;
}
.mmr__podium-image {
    margin: 7px auto 0;
    display: block;
}
.mmr__see-more {
    width: 100%;
    max-width: 700px;
    margin: 50px auto 30px;
}
@media (max-width: 1107px) {
    body:not(.full-width) .mmr__podium-players {
        margin: -10px 0;
        transform: scale(.8);
    }
    body:not(.full-width) .mmr__podium-image {
        width: 450px;
        margin-top: -10px;
    }
}
@media (max-width: 767px) {
    .mmr__podium-players {
        margin: -10px 0;
        transform: scale(.8);
    }
    .mmr__podium-image {
        width: 450px;
        margin-top: -10px;
    }
}
@media (max-width: 500px) {
    body:not(.full-width) .mmr__podium-players,
    .mmr__podium-players {
        margin: -30px 0;
        transform: scale(.67);
    }
    body:not(.full-width) .mmr__podium-image,
    .mmr__podium-image {
        width: 380px;
        margin-top: -16px;
    }
}
@media (max-width: 400px) {
    body:not(.full-width) .mmr__podium-players,
    .mmr__podium-players {
        margin: -40px 0;
        transform: scale(.55);
    }
    body:not(.full-width) .mmr__podium-image,
    .mmr__podium-image {
        width: 300px;
        margin-top: -30px;
    }
}

.mmr__ranking {
    width: 100%;
    max-width: 800px;
    margin: 45px auto 60px;
    padding: 0 40px;
}
.mmr__ranking .list__items {
    font: 16px 'Lato', sans-serif;
}
.mmr__ranking .list__items > div {
    display: flex;
    flex-flow: row nowrap;
    align-items: stretch;
    box-sizing: border-box;
    height: 61px;
    position: relative;
}
.mmr__ranking .list__items > div:first-of-type {
    height: 40px;
    color: #e7e7e7;
    border-bottom: 1px solid #fff;
    background-color: #424242;
    border-radius: 5px 5px 0 0;
}
.mmr__ranking .list__items > div:first-of-type > div:nth-of-type(2) {
    text-align: left;
    text-indent: 20px;
}
.mmr__ranking .list__items > div:not(:first-of-type) {
    position: relative;
    background-color: #fff;
}
.mmr__ranking .list__items > div:not(:first-of-type):before {
    content: '';
    position: absolute;
    left: 1.28vw;
    right: 1.28vw;
    bottom: 0;
    border-top: 1px solid #ebebeb;
}
.mmr__ranking .list__items > div:not(:first-of-type) > div:nth-of-type(1),
.mmr__ranking .list__items > div:not(:first-of-type) > div:nth-of-type(2) {
    font-weight: 700;
}
.mmr__ranking .list__items > div:last-of-type:before {
    display: none;
}
.mmr__ranking .list__items > div.mmr__ranking-self {
    background-color: #e3e3e3;
}
.mmr__ranking .list__items > div.mmr__ranking-self:before {
    display: none;
}
.mmr__ranking .list__items > div.mmr__ranking-self > div:last-of-type,
.event__general-prizes .list__items > div > div:nth-of-type(4) {
    position: absolute !important;
    display: inline-block;
    height: auto;
    margin-right: 0;
    padding: 5px 8px 4px 4px;
    top: 50%;
    right: -25px;
    border: 1px solid #900;
    border-left: 0;
    background: #600;
    font: normal 12px 'Lato', sans-serif;
    white-space: nowrap;
    text-transform: uppercase;
    transform: translateY(-50%);
    color: #fff;
    z-index: 1;
}
.mmr__ranking .list__items > div.mmr__ranking-self > div:last-of-type:before,
.event__general-prizes .list__items > div > div:nth-of-type(4):before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    top: 0 !important;
    left: -22px !important;
    border: 12px solid transparent !important;
    border-right: 10px solid #600 !important;
    z-index: 1;
}
.mmr__ranking .list__items > div.mmr__ranking-self > div:last-of-type:after,
.event__general-prizes .list__items > div > div:nth-of-type(4):after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    top: -1px;
    left: -25px;
    border: 13px solid transparent;
    border-right: 12px solid #900;
}
.mmr__ranking .list__items > div > div {
    align-self: center;
    padding: 0 10px;
    text-align: center;
    box-sizing: content-box;
}
.mmr__ranking .list__items > div > div > span.icon {
    padding: 0 5px;
    vertical-align: middle;
}
.mmr__ranking .list__items > div > div:nth-of-type(1) {
    flex: 0 0 80px;
    padding: 0 1.28vw;
}
.mmr__ranking .list__items > div > div:nth-of-type(2) {
    flex: 1 0 auto;
}
.mmr__ranking .list__items > div > div:nth-of-type(3) {
    flex: 0 0 150px;
    margin-right: 55px;
}
.mmr__ranking .list__items > div > div:nth-of-type(4) {
    flex: 0 0 100px;
}
.mmr__ranking .list__items > div > div:nth-of-type(5) {
    flex: 0 0 100px;
    margin-right: 70px;
}
.mmr__ranking .user:hover {
    background: none;
}
.mmr__ranking .user a {
    color: #000;
}
.mmr__ranking .user .user__avatar {
    width: 48px;
    height: 48px;
}
.mmr__ranking .list__pagination {
    margin-top: 11px;
}

@media (max-width: 1200px) {
    .mmr{
        padding: 0 10px 40px;
    }
    .hall_of_fame__banner-image{
        flex-flow: column-reverse wrap;
        align-items: center;
        justify-content: space-between;
    }
    .hall_of_fame__banner-image > div{
        height: auto;
        flex: 0 1 auto;
    }
    .hall_of_fame__banner-image .title{
        margin: 20px 0 0;
    }
    .hall_of_fame__stats{
        overflow-x: auto;
    }
    .hall_of_fame__stats .box__header,
    .hall_of_fame__stats .box__subheader,
    .hall_of_fame__stats form{
        width: auto;
    }
    .hall_of_fame__stats .list__items li .user__avatar,
    .hall_of_fame__stats .list__items li > div:nth-of-type(4),
    .hall_of_fame__stats .list__items li > div:nth-of-type(5),
    .hall_of_fame__stats .list__items li > div:nth-of-type(6),
    .hall_of_fame__stats .box__subheader > div:nth-of-type(4),
    .hall_of_fame__stats .box__subheader > div:nth-of-type(5),
    .hall_of_fame__stats .box__subheader > div:nth-of-type(6){
        display: none;
    }
    .hall_of_fame__stats .list__items .user{
        padding: 0;
    }
    .hall_of_fame__stats .list__items .user a .user__username{
        margin: 0;
    }
    .mmr__podium-player-name {
        font-size: 1.8em;
    }
}
