.myHeader {border-bottom:38px solid #424242;}
.myHeader, .center {text-align:center}
@media only screen and (max-width: 700px) { .myHeader img{width:100%;} }
@media only screen and (max-width: 700px) { .myHeader {border-bottom:24px solid #424242;} }
@media only screen and (min-width: 900px) { .iframe{padding: 5 125;} }
@media only screen and (max-width: 700px) { .header img{width:100%;} }
.stream {
width: 100%;
max-width: 1140px;
margin-right: auto;
margin-left: auto;
margin-top: 1rem !important;
margin-bottom: 1rem !important;
}
.video-container { 
position: relative; 
padding-bottom: 48.25%;
padding-top: 30px; 
height: 0; 
overflow: hidden; 
} 
.video-container iframe { 
position: absolute; 
top:0; 
left: 0; 
width: 100%; 
height: 100%; 
} 
.embed_width { max-width:1200px; }
.playerwidth {max-width:950px;}
.player { width:100%; text-align:center; padding-bottom:15px;}
.player embed, .player iframe { width:665px !important; height:500px !important;}
.load-more{display:none;}
#mySite a:link, #mySite a:visited {
  color: #ccc;
  border: 1px solid #aaa;
  padding: 2px 8px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  margin: 4px;
}
#mySite a:link {background-color: #eee;color:#222}
#mySite a:visited {background-color: #333;}
#mySite a:hover, #mySite a:active { background-color: #111; color: #fff; }
#mySite {
background-color: #333;
color:#ddd;
text-align:center;
padding:28px 8px;
font-size: 13px;
}
.clearfix:after { content: ""; display: table; clear: both; }