.page-spacer {
    height: 300px;
}

.athlete-name {
    display: inline-block;
    max-width: 220px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    vertical-align: bottom;
}

@media (min-width: 1400px) {
    .container {
        max-width: 1140px;
    }
}
