.gallery-video-thumb {
    text-align: center;
    margin: 0 1em 2em;
}

.narrow-video-thumb {
    text-align: center;
    margin: 0 auto 1em;
}


.video-thumb {
    width: 120px;
    height: 90px;

}


.z_videos_video_listing > ul{
    list-style: none;
    padding:0;
    margin:0;
    overflow:hidden;
}

.z_videos_video_listing > ul > li {
    float:left;
}

.z_videos > .z_video > div{
    overflow: hidden;
}

.z_videos > .z_video > .z_details embed,
.z_videos > .z_video > .z_details object{
    max-width: 460px;
    max-height: 385px;
}

