.post-caption {
  max-height: 200px;
  overflow: auto;
}
.post-post {
  height: 622px;
}

.video-js {
  width: 100%;
}
.vjs-default-skin .vjs-big-play-button {
  left: 40%;
  top: 40%;
  width: 20%;
  height: 20%;
}
@media only screen and (max-width:599px) {
  .vjs-default-skin .vjs-big-play-button {
    left: 25%;
    top: 25%;
    width: 50%;
    height: 50%;
  }
}
@media only screen and (min-width:600px) and (max-width:768px) {
  .vjs-default-skin .vjs-big-play-button {
    left: 25%;
    top: 25%;
    width: 50%;
    height: 50%;
    font-size: 5em;
  }
}

#kt_header_mobile  img {
	width: 100px;
}
.tree-container{	
    overflow-y: auto !important;
    overflow-x: hidden !important;

}