.toplist_wrapper a.toplist_item {
    display: inline-block;
    width: 30%;
    height: 100px;
    padding: 5px;
    border: 1px solid lightgray;
    border-radius: 5px;
    vertical-align: top;
    margin: 5px;
    overflow: hidden;
    background-size: cover;
    background-position: 50% 50%;
    color: white;
    text-shadow: 0 0 10px black, 0 0 5px gray;
    text-decoration: none;
    box-shadow: none;
}

.toplist_wrapper a.toplist_item:hover {
    color: white;
    box-shadow: 0 5px 20px gray;
    transform: scale(1.1);
}
