﻿.videoWrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
    margin-bottom: 15px;
}
.row-fluid.webinar {
    border-bottom: solid thin #F3ECA9;
}
.row-fluid.webinar:last-child {
    border-bottom: none;
}

.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.webinar-aired-date {
    /*font-weight: 700;*/
    font-style: oblique;
    /*padding-bottom: 9px;*/
}
.webinar-aired-date::before {
    content: "Aired ";
}

.webinar-description {
    /*font-style: oblique;*/
}

.webinar-presentation {
    /*font-weight: 700;*/
    padding-bottom: 9px;
}