.imgBox{
  position:relative;
  overflow:hidden;
  display:block;
}
.imgBox,
.imgBox-filter,
.imgBox-img{
  width:100%;
  height:100%;
}
.imgBox-filter{
  position:absolute;
  z-index:10;
  object-fit: fill;
  filter:blur(10px);
}
.imgBox img{
  opacity:1;
}
.imgBox img:not([src]){
  opacity:0;
}
.imgBox-img{
  position:relative;
  z-index:20;
  object-fit: contain;
}
.imgBox-video-message{
  position:absolute;
  width:100%;
  height:33px;
  left:0;
  bottom:0;
  padding: 0 13px 0 10px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  z-index:30;
  background-image: linear-gradient(to bottom,rgba(19, 20, 23, 0),#131417 80%);
  background-color:transparent!important;
}
.imgBox-video-time{
  font-size:14px;
  color:#ffffff!important;
}
.imgBox-video-play{
  width:12px;
  flex:none;
}
.imgBox-box{
  width:100%;
  height:100%;
  position:relative;
}