body {
    paddin: 0px;
    margin: 0px;
    
}

.outer {
    display: table;
    position: absolute;
    height: 100%;
    width: 100%;
}

.middle {
    display: table-cell;
    vertical-align: middle;
}

.inner {
    margin-left: auto;
    margin-right: auto; 
    width: 40%;
    margin-top: -150px;
}
.left-menu {
    margin-top: 20px;
    background: #fff;
    height: 100vh;
    padding-left: 30px;
    padding-top: 5px;
}

.no-border {
    border: 0px;
}

.edit {
    width: 75%;
    margin-left: auto;
    margin-right: auto;
}

#mytextarea {
    min-height: 500px;
}

.sbmt {
    width: 100%;
}

.thumbnail {
    
    width: 100%;
    height: 40%;
}

.fwidth {
    width: 100%; 
}

.container {
  position: relative;
}

.overlay {
  position: absolute;
  z-index: 1000;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  opacity: .70;
}

.content {
  
}
.playb {
    width: 150px;
    height: 150px;
}

.thumbAdmin {
    width: 60%;
    height: 50%
}

.pfh {
    width: 280px;
    height: 200px;
}
