@media only screen and (max-width: 1400px){

.client-manager {
    top: 20px;
}

}

@media only screen and (min-width: 992px) and (max-width: 1199px){

.client-manager {
    top: 20px;
}

.ttw-video-container.embed-code .video-status {top:60%;left:35%;right:35%}

}

@media only screen and (max-width: 767px){
.container {margin:0px}

.container, #ttw-video-player {width:100%;height:100%}

.actions-panel {top:28px} 

#top-content {display:none}

@media screen and (max-width: 488px) {

.container,.playlistHolder {
        max-width:488px
}

#top-content {display:none}

}