.ytContent {
    margin: 0;
    text-align: left;
    position: relative;
    zoom: 1;
    z-index: 1;
}

.ytContent .video {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
    -moz-box-shadow: 1px 1px 3px #CCCCCC;
    -webkit-box-shadow: 1px 1px 3px #CCCCCC;
    box-shadow: 1px 1px 3px #CCCCCC;
    border: 1px solid #CCCCCC;
    background: url(../../images/ui/ajax-loader.gif) no-repeat center center #fff;
}

.ytContent .video iframe,
.ytContent .video object,
.ytContent .video embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.ytContent .title {
    font-weight: bold;
    font-size: 14px;
    line-height: 20px;
}

.ytContent .username, #map .modernGrey .ytContent .username a {
    font-size: 12px;
    color: #999;
    line-height: 18px;
    margin-bottom: 5px;
}

.ytContent .content {
    margin-bottom: 5px;
}

.ytContent .date {
    font-size: 12px;
    color: #999;
    line-height: 16px;
}
