.video-aside::-webkit-scrollbar {
   width: 10px;
}

/* Track */
.video-aside::-webkit-scrollbar-track {
    background: #f1f1f1; 
}
 
/* Handle */
.video-aside::-webkit-scrollbar-thumb {
    background: #888; 
}

/* Handle on hover */
.video-aside::-webkit-scrollbar-thumb:hover {
    background: #555; 
}
.video-start{
  height: 500px;
  background-color: #616869;
}
.video-container{
  margin: -15px;
}
.video-start{
  width: 100%;
}
.video-info{
  width: 100%;
  padding:2% 1%;
}
.video-date{
  font-family:Arial;
  color: #767676;
  font-family: Arial;
  font-size: 0.87em;
}
.video-text{
  color : #000;
  font-family: Arial;
}
.video-aside{
  display: inline-block;
  background-color: #616869;
  padding: 20px;
  margin: -15px;
  height: 500px;
  overflow: auto;
}
.video-more{
  margin-top:1%;
  border-top-style:solid ;
  border-top-color:#dadada;
  border-top-width:2px;
  cursor: pointer;
  text-align: center;
}
.video-more:hover{
  background-color: #ededed;
}
.video-box{
  /* height: 270px; */
  height: auto;
  float: left;
  margin-bottom: 5%;
  cursor: pointer;
  background-color: #fff;
  padding: 10px 10px 5px 10px;
  box-shadow: 0 2px 4px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12)!important;
}
.video-body{
  display: inline-block;  
  width: 100%;
  float: left;
}
.video-play{
  position:relative;
}
.video-img{
  opacity: 0;
  width: 20%;
  position: absolute;
  top: 30%;
  left: 40%;
}
video.video-src{
  width: 100%;
}
.video-src{
  width  : 100%;
  height: 250px;
  opacity: 1;
  /*object-fit: cover;*/
}
.video-play:hover .video-img{
  opacity: 1;
}
.video-play:hover .video-src{
  opacity: 0.3;
  background-color: #333;
}
.video-detail{
  font-size: 1em;
  padding-left: 4%;
  color: #fff;
  line-height: 1.5;
}
.video-detail h4{
  color: #fff !important;
}

@media (max-width: 768px) {
  .video-start{
    /*height: 500px;*/
    /*background-color: #30393ac2;*/
  }
  .video-container{
    height: auto;
    /*background-color: #30393ac2;*/
  }
  .video-info{
    padding: 5px 25px 45px 25px;
    margin-top: -6px;
    background-color: #616869;
  }
  .video-aside{
  }
  .video-date{
    color: #fff !important;
  }
  .video-text{
    color: #fff !important;
  }
}