.viewer-toolbar-panel{
    display:inline-block;
    width:100%;
    border-bottom-style:solid; 
    border-bottom-color: #C4C4C4;
    border-width: 1px;
    background-color:white;
}

@media screen and (max-height: 500px) {
    .viewer-toolbar-panel {
       display: none;
    }
}  

.toolbar-title{
    display:inline-block;
    width:60%;
    float:left;
    margin:15px 0px 10px 10px;
    font-size:14px;
    color:#343434;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space:nowrap;

}
.toolbar-functions{
    display:inline-block;
    width:30%;
    float:right;
    text-align: right;
    margin:10px;
}
.toolbar-functions a{
    text-align: center;
    display:inline-block;
    width: 27px;
}
.toolbar-btn{
    margin-left:10px;
}

#lcms-asset-player{
    width:100%;
    height:398px;
    text-align:center;
    background-color:#F1F1F1;
    /*overflow:hidden;*/
}
.player-panel{
   text-align:center;
   width:100%;
   height:100%;
   text-align : center;
}
div.image.player-panel > img {
  vertical-align : middle;
}
.player-dw-panel{
    /* margin-top:100px;  */
    /* line-height:12px;  */
    text-align:center;
    height: auto;
    min-height: 100%;
    display: flex;
    -webkit-box-align: center;
    justify-content: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;    
}
.player-dw-panel-icon{
    width:466px;
    height:262px;
}
.player-dw-panel-title{
    margin-top:15px;
    height:12px;
    margin-bottom:15px;
    text-align:center;
}