.statusCon {
    width:100%;
    margin-top:-10px;
}
.statusCon span{
    height:43px !important;
    color:black;
    vertical-align:  middle;
    line-height:43px;
}
.finalScore,
.makeScore {
    float:left;
    margin-right:20px;
}
.duration {
    float:right;
}
.video-content{
    clear:both;
    margin:30px 0;
}


.MediaRelatedPerson {
    max-width: 100%;
    margin-bottom:100px;
}
.MediaRelatedPerson .clear{
    clear:both;
}
.desc_label,
.rp_label {
    font-size:20px;
    font-weight:bold;
}
.related_person .picture{
    width:100px;
    height:100px;
    background-color:#1a1d1d;
    position:relative;
    border-radius:50%;
    overflow:hidden;
}
.related_person img {
    position:relative;
    max-width:100px;
    max-height:100px;
    top:50%;
    transform:translateY(-50%);
    object-fit: cover;
    margin: 0 auto;
    display: block;
    border-radius:50%;
}

.related_person {
    float:left;
    margin-top:20px;
}
.related_person .picture {
    float:left;
}
.related_person .info {
    float:right;
    width:80px;
}
.related_person .info span {
    font-size:18px;
    display:block;
    line-height:25px;
    margin-left:5px;
    margin-top:20px;
}
.related-con {
    height:500px;
    margin-top:37px;
}
.related-con .media-heading {
    margin-bottom:0px;
}
.related-con .sim-news {
    margin-bottom: 25px;
}
.video *,.video *:before,.video *:after {
    box-sizing: border-box;
}
.video .title_block {
    padding: 0 0 5px 0;
}
.video .title_block:before {
    content: " ";
    display: table;
}
.video .title_block:after {
    clear:both;
}
.titleBar {
    position: relative;
    margin-bottom: 20px;
}
.titleBar .primary_ribbon {
    position: absolute;
    height: 58px;
    width: 40px;
    padding-right: 5px;
}
.titleBar .title_wrapper {
    min-height:58px;
}
.titleBar .title_wrapper h1{
    font: 36px Arial,sans-serif;
    font-weight: normal;
    line-height: 110%;
    margin: 0px;
    color: black;
    padding-bottom: 3px;
}
.titleBar .subtext {
    font-size: 14px;
    color: #6c6c6c;
}
.subtext .ghost{
    margin:0 .5em;
    color: #6b6b6b;
}
.prism-player.audio{
    height:80px !important;
}
.prism-player.video{
    height:500px !important;
}
@media only screen and (max-width: 768px) {
    .prism-player.video{
        height:220px !important;
    }
}
.prism-cover{
    background-size: contain !important;
}
.video-load{
    text-align: center;
    padding: 20px;
    color: #ffffff;
}

.aliplayer-rotate-mirror .active{
    color: #00c1de;
}