#videos {
    overflow: auto;
    height: 360px;
}

.video {
    width: 150px;
    margin-right: 2px;
    margin-bottom: 10px;
    text-align: center;
    float: left;
}

.video_link {
    width: 150px;
    margin-right: 10px;
    float: left;
    text-align: center;
}
    .video_link img {
        width: 110px;
        height: 76px;
        border: 1px solid black;
    }
#client-feedbacks {
    overflow: auto;
    height: 360px;
}

