.bbvideo {
/*    width: 560px !important;   
    height: 315px !important;*/
        width:85% !important;
    height: 32em !important;
    margin: 2px 0px; 
    display: inline-block;
    background: rgb(0, 0, 0); 
    color: rgb(255, 255, 255); 
    overflow: hidden;
}
/*.bbvideo iframe{width: 560px !important; height: 315px !important; }*/
.bbvideo iframe{   width: 100% !important;
    height: 100% !important; }
#postingbox  button.button-icon-only.bbcode-img{
    padding-top: 2px;
    margin-top: 2px;
    padding-right: 4px;
    margin-right: 0px;
    margin-left: 1px;
    padding-left: 5px;
    padding-bottom: 2px;
   
}
 .hidden_video {display:none;}

@media only screen and (max-width: 850px) {
   .hidden_video {display:block;}
    .bbvideo {
        width: 100%;
        height: auto;
        margin: 2px 0px; 
        display: inline-block;
        background: rgb(0, 0, 0); 
        color: rgb(255, 255, 255); 
        overflow: hidden;
    }
}
.left-box.action-media button.button.button-icon-only.video.btn-post-type {
    height: 25px;
    line-height: 0 !important;
    font-size: 14px;
    border-radius: 4px !important;
    width: fit-content;
    padding: 1em 0.9em;
    margin-right: 0.5em;
    background-color: #0000 !important;
    box-shadow: 0 0 0 1px transparent inset !important;
    border-color: #DADADA !important;
    border: 1px solid #DADADA;
    color: #555 !important;
    margin-top: 3%;
}
.messagebox_overlay{
    z-index: 999;
}
.bbvideo.vdo-facebook{background: transparent !important;width: auto !important;}