body{
    background-color: #f5f5f5;
    background-image: url("images/racing_flags.png");
    background-repeat: no-repeat;
    background-size: 1500px;
    background-position: center;
    font-family: bebas neue !important;
}

.podium{
    position: relative;
    margin-bottom: 20px;
}

.grid-container{
    max-width: 125rem;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
}

.align-bottom{
    align-items: flex-end;
}

.grid-x{
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
}

.text-center{
    text-align: center;
}

.cell{
    margin-left: 0.9375rem;
    margin-right: 0.9375rem;
    flex: 0 0 auto;
    min-height: 0px;
    min-width: 0px;
}

img{
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    height: auto;
}

.pos-bkgrd{
    padding: 6px;
    background-color: #091055;
}

h5{
    margin-bottom: 0;
    font-family: bebas neue;
    font-weight: 600;
    font-size: 25px;
    color: #fff;
}

h6{
    margin-bottom: 0;
    font-family: bebas neue;
    font-weight: 600;
    font-size: 18px;
    color: #fff;
}

.second{
    margin-left: 1.5rem;
    margin-right: 1.5rem;
}

.first{
    margin-left: 1.5rem;
    margin-right: 1.5rem;
}

.third{
    margin-left: 1.5rem;
    margin-right: 1.5rem;
}

.first .pos-bkgrd{
    padding: 12px;
    background-color: #d82631;
}

.third .pos-bkgrd{
    padding: 6px;
    background-color: #000000;
}

.standings-row{
    border-bottom: 1px solid #2c2c2c;
    padding: 6px 0;
}

.v-align-text{
    display: flex;
    align-items: center;
}

.driver{
    font-weight: 400;
    font-family: eurostile;
    font-size: 2.0rem;
    text-transform: uppercase;
    color: #000000;
}

.small-2{
    width: calc(16.66667% - 1.875rem);
}

.pos{
    color: #000000;
    font-weight: 400;
    font-size: 2.0rem;
}

.medium-3{
    width: calc(25% - 1.875rem);
}

.driver strong{
    color: #d82631;
    font-weight: 600;
}

.medium-5{
    width: calc(41.66667% - 1.875rem);
}

.team{
    font-size: 1.8rem;
    color: #091055;
    font-weight: 400;
    font-family: eurostile;
    text-transform: uppercase;
}

.medium-2{
    width: calc(16.66667% - 1.875rem);
}

.points{
    font-weight: 400;
    font-size: 2.0rem;
    font-family: bebas neue;
    text-transform: uppercase;
    color: #000000;
}

.points strong{
    font-weight: 400;
    font-family: bebas neue;
}

.grid-container2{
    max-width: 120rem;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
}

@media screen and (max-width: 420px){
    .second,.third{
        display: none;
    }
    body{
        background-image: url(...);
    }
    .grid-container2{
        font-family: bebas neue;
    }
    .pos{
        font-weight: 200;
        font-size: 1.8rem;
    }
    .driver{
        font-weight: 200;
        font-family: eurostile;
        font-size: 1.8rem;
    }
    .driver strong{
        font-weight: 500;
    }
    .team{
        font-family: eurostile;
        font-size: 1.4rem;
        font-weight: 200;
    }
    .points{
        font-weight: 200;
        font-size: 1.8rem;
        font-family: bebas neue;
    }
    .points strong{
        font-family: bebas neue;
        font-weight: 200;
    }
}

@media screen and (max-width: 820px){
    .second,.third{
        display: none;
    }
}