.video-list .video-item {
    float: left;
    margin: 4px;
    color: #888;
    width: 150px;
}
.video-list .video-item a {
    color: #006;
    font-weight: bold;
    text-decoration: none;
}

.video-list .video-item a img {
    background-position: center;
    background-repeat: no-repeat;
}

