/* Enter Your Custom CSS Here */
.unclickable > a:hover {
  cursor: default;
}
 #navy ul 
{ 
  width: 280px;
}

.number {
    
    
    clear: both;
    font-size: 20px;
    font-weight: 200;
    margin: 0;
    
    text-transform: capitalize;
    font-family: "lato", sans-serif;
}
.body_content
{
  background:yellow;
}

.video-player-css figure {
  display:table;
  margin:auto;
  width:100%;
}

.video-player-css iframe {
    max-width: 810px;
    width: 100%;
}