.video-list .video-item {
    float: left;
    margin: 16px;
    color: #888;
}
.video-list .video-item a {
    color: #1668B1;
    font-weight: bold;
    text-decoration: none;
}

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