.kele-video {
  padding-top: 30px;
  padding-bottom: 10px;
  background-color: #ededed;
}

.kele-videoItem {
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 20px;
}

.kele-videoItem>a {
  display: block;
  padding-left: 20px;
  padding-right: 20px;
  background-color: white;
}

.kele-videoItem>a:hover {
  box-shadow: 0 0 10px #aaa;
}

.kele-img-container {
  padding-top: 20px;
  padding-bottom: 10px;
  object-fit: contain;
}

.kele-img-container img {
  /* width: 100%; */
  height: 169px;
  width: 225px;
  object-fit: contain;
}

.kele-title {
  text-indent: 0;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.kele-videoList hr {
  margin-top: 5px;
  margin-bottom: 10px;
}

.kele-matter {
  display: flex;
  justify-content: space-between;
}

.kele-matter p {
  text-indent: 0;
  font-size: 12px;
  color: #aaa;
}

.kele-matter>div {
  padding-top: 4px;
}

video {
  width: 100%;
}

@media (min-width: 768px) and (max-width: 991px) {
  .kele-img-container img {
    height: 135px;
    width: 180px;
  }
}

@media (min-width: 320px) and (max-width: 767px) {
  .kele-img-container img {
    height: auto;
    width: 100%;
  }
}