.route {
    display: inline-block;
    text-align: center;
    width: 200px;
}
.route-thumbnail {
    width: 200px;
    height: 150px;
    background-color: lightgreen;
}
