#highlights_body{ 
width: 100%; 
background-color: black;
}
.player_wrapper{}
.player{}
.scroller_small,.scroller{ position: relative; background-color: #191919; clear: both; width: 100%; min-height: 98px; overflow-x: auto;color:#6c6c6c;}
.scroller_small a,.scroller a{color:#858585;font-weight: bold;}
.scroller{  height: 420px; width: 32%; float: right;clear: both; overflow-y: auto; margin-bottom: 0px;height: 420px;}
.scroller_small{display: none; float: left;}
.scroller_small .scroll_item{float: left; width: 100%;}
.rssIcon{float: left;clear: both;}
#selected.scroll_item{ background-color: #c8c8c8; }
.scroll_item{ display: block; padding-left: 5px; width: 100%; padding-top: 5px; border-bottom-color: #000000; border-bottom-width: 1px; border-bottom-style: solid; clear: right; float: right; cursor: pointer;}
.scroll_item.selected_media{background-color: #0e0e0e;}
.thumb_img{margin-right: 8px; margin-bottom: 5px; float: left; border-color: white; border-width: 2px; border: none; height: 70px; width: 80px;}
.preview{ line-height: 18px; font-size: 12px; width: 320px; }
.play_button{padding: 8px; background-color: #e9e9e9; border-color: #c9c9c9; border-width: 1px; border-style: solid; float: right;}
.main_display{ padding-left: 0px; padding-top: 0px; margin-left: 0px; margin-top: 0px!important; margin-right: 12px; height: 420px; width: 100%; }

 .scroll_item:hover{cursor: pointer;background-color: #000000;}

#promedia_feed {margin:12px 0; clear:both;}
#promedia_feed .rss_image{background: url(rss.png);background-size: 14px 14px;display: inline-block;width:14px;height:14px;margin-right: 4px;}



@media only screen and (max-width: 960px) {
  .scroller_small{display: block;}
  .scroller{display:none;}
  iframe{width:100%;}
  .mejs-container,.me-plugin,.me-plugin embed{width:100%!important;}
  .preview{ width: 100%; }
  .player_box{width: 100%!important;}
  .mejs-overlay{position: static!important;width:100%!important;}
  .mejs-overlay-button{position: relative!important;}
}

@media only screen and (min-width: 1200px) {

}