/* CSS Document */
.video_feed_widget iframe{
	height: auto !important;	
width: auto !important;	
}
.streaming-live{
position: absolute;
top: 50%;
}
.video_feed_primary iframe{
	height: 470px !important;	
/*width: 600px !important;*/
    width: 100% !important;
}
.video_feed_thumbnail img{
		height: 150px !important;	
width: 175px !important;
float:left;
	margin: 5px !important;
}
.video-feed-settings div{
margin: 10px;	
}
.navframe button{
  background-color: rgba(0, 0, 0, 0.61);  
    color: #fff;
    font-weight:bold;
    padding: 8px;
    border-left: 1px solid #000;
}
.video_feed_livelink{
    display:none;
}
@media only screen and (max-width: 764px) {
#video-feed-widget .livefeed  {
    display:none;
}  
.video_feed_primary iframe{
	height: 400px !important;	
/*width: 600px !important;*/
    width: 100% !important;

}

.video_feed_thumbnail img{
height: 100px !important;	
width: 100px !important;
float:left;
margin: 2px !important;
}
}