body
{
   padding-top: 60px;
    background: #212121;
}
.navbar-brand {
  
  padding: 8px 15px;
  
}
#renderdiv
{
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
}
#prods .media-object 
{
    max-width: 100px;
    height: auto;
    display: block;
}
.media
{
    background: rgba(0,0,0,0.2);
    padding: 4px;
}
.media-body
{
    font-size:11px;
}
.media-left .glyphicon
{
    margin-top: 4px;
    font-size: 16px;
}
#ytplayerwrapper
{
    position:absolute;
    width:90%;
    height:90%;
    top:5%;
    left:5%;
        
    z-index:1030;    
}
#ytmodal
{
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    background: rgba(0,0,0,0.9);
    display: none;
    cursor: pointer;
    z-index:1030;
}
#ytclose
{
    position: absolute;
    top: 5px;
    right: 5px;
    width: 30px;
    height: 30px;
    
    display: none;
    cursor: pointer;
    
    z-index:1030;
}