.buslist div{
    background-image: url('/img/UbusWeb/UrbanBus/bus_blue.jpg');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    cursor: pointer;
}
.buslist div a {
    color: snow;
}
.buslist div:hover{
    background-image: url('/img/UbusWeb/UrbanBus/bus_orange.jpg');
}
.buslist div:hover a {
    text-decoration:none;
    color: rgb(8,37,103);
}
.buslist .active {
    background-image: url('/img/UbusWeb/UrbanBus/bus_orange.jpg');
    text-decoration:none;
}
.buslist .active a{
    color: rgb(8,37,103);
}
.busword a:first-child img {
    width: 100%;
    height: auto;
}
.buspdf .col-3 {
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    max-width: 30%;
}
@media (min-width: 768px) {
    .buslist.col-md-2 {
        -ms-flex: 0 0 12.5%;
        flex: 0 0 12.5%;
        max-width: 12.5%;
    }
}
@media (max-width: 575.98px) {
    .buslist.col-2 {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}
