
.video-container {
    position:relative;
    padding-bottom:56.25%;
	height:0;
	overflow:hidden;
}

.video-container iframe, .video-container object, .video-container embed {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
@media (min-width:960px) {
.video-container iframe, .video-container object, .video-container embed {
    position:absolute;
	top:0;
	left:0;
	width:90%;
	height:100%;
}}


.hzmenu {display;block; width:100%; margin:auto; overflow:hidden;}
.hzmenu ul {display:block;width:auto; margin:auto;
    padding: 0px;
    list-style-type: none;   
}

.hzmenu li{
    color: #ffffff; 
    border-right:0px solid #616161;
    background: #313131; margin:3px;
    display:block; float:left; width:45%; padding:5px 5px;
}
    
.hzmenu li:hover{ 
    color: #C00000; 
    background: #C00000;}
    
.hzmenu li a {
    text-decoration: none;
    color: #ffffff; 
    display:block; padding:0px;
}

.hzmenu li a:hover {
    background:#C00000;
    text-decoration: none;
    color: #ffffff; 
    display:block; padding:0px;
}
 
.hzmenu ul li a:visited {
    color: #ffffff;
}
     
.hzmenu ul li:last-child{border-right:0px;}
 

     @media (min-width: 960px) { 
.hzmenu {display;block; width:98%; margin:auto; margin-top:25px; margin-bottom:0px; background:#313131; overflow:hidden;}
.hzmenu li{display:block; float:left; margin:0px;
    color: 313131; width:auto;
    border-right:1px solid #616161;
    background: #313131;
    display:block; margin-bottom:0px;padding:8px 15px;
} 
     }
