    div.ratio3565 div.yt-twd-outer {
        width: 35%;
    }
    div.ratio3565 div.titlendesc {
        width: 65%;
    }
    div.titlendesc {
        margin: 0;
        float: left;
        clear: right;
    }
    div.titlendesc h5 {
        font-size: 26px !important;
        font-style: italic;
        color: #0000FF; /* Blue for titles, adjust if your template specifies a different color */
        font-weight: bold;
    }
    div.titlendesc div,
    div.titlendesc h5 {
        padding: 5px 15px !important;
        margin: 0 !important;
    }
    div.yt-twd-outer {
        line-height: 0;
        margin: 0;
        float: left;
        clear: none;
        padding-top: 10px;
    }
    div.rounding7 div.imgbox {
        -webkit-border-radius: 7px;
        -moz-border-radius: 7px;
        border-radius: 7px;
    }
    div.shadow10d {
        -webkit-box-shadow: 0 0 10px #222;
        -moz-box-shadow: 0 0 10px #222;
        box-shadow: 0 0 10px #222;
    }
    div.imgbox {
        overflow: hidden;
        border-collapse: separate;
        line-height: 0;
        position: relative;
    }
    div.imgbox a,
    div.imgbox a:active,
    div.imgbox a:focus,
    div.imgbox a:hover {
        background: 0 0;
        border: none;
        text-decoration: none;
        font-size: 0;
    }
    div.imgbox a {
        float: left;
    }
    div.vid_icon,
    span.vid_icon {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        background-image: url(/images/vid_icon.png);
        background-position: center center;
        background-repeat: no-repeat;
        z-index: 5;
        opacity: .5;
        -moz-opacity: .5;
        filter: alpha(opacity=50);
        cursor: pointer;
    }
    div.imgbox,
    div.imgbox a,
    div.imgbox a img,
    div.titlebelowthumb,
    div.vid_icon,
    span.vid_icon {
        position: relative;
        border: 0;
        margin: 0;
        padding: 0;
        width: 100%;
        height: auto;
    }
    div.divider {
        width: 95%;
        height: 1px;
        background-color: #DDD;
        margin: 10px;
        clear: both;
        float: left;
        -webkit-box-shadow: 0 0 5px #DDD;
        -moz-box-shadow: 0 0 5px #DDD;
        box-shadow: 0 0 5px #DDD;
    }
    @media only screen and (max-width: 690px) {
        div.ratio3565 div.yt-twd-outer {
            width: 100%;
        }
        div.ratio3565 div.titlendesc {
            margin-top: 10px;
            width: 100%;
        }
    }

.video-note-archived {
    color: darkred;
    font-weight: bold;
    padding-left: 15px;
    margin-bottom: 5px;
}