.videos li {
    list-style: none outside none;
}
.videos li + li {
    margin-top: 15px;
}
.video {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}
.video iframe,
.video object,
.video embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.videos .video {
    float: left;
    width: 40%;
    padding-bottom: 20%;
}
.video_desc {
    font-size: 14px;
    margin-top: 15px;
}
.videos .video_desc {
    margin-left: 43%;
    margin-top: 0;
}
.video_desc .date {
    color: #ababab;
    font-style: italic;
}
.video_desc .title {
    margin-bottom: 5px;
    margin-top: 5px;
    position: relative;
}
.video_desc .title a {
    color: #568ebd;
    text-decoration: none;
}
.video_desc .title a:hover {
    text-decoration: underline;
}
.video_desc .text {
    color: #484848;
    line-height: 16px;
    margin-top: 5px;
}
