.vid-item {
    width: 180px;
    float:left; /* add this */
    overflow: auto;
    padding-right: 15px;
}

.vid-title {
    width: 100%;
    float:left; /* add this */
    font-size: small;
}