.video_size {
  width: 100%;
  height: 250px;
  padding: 5px;
  border-radius: 5px;
  object-fit: cover;

}

.bg_border {
  padding: 5px;
  font-size: 13px;

}

.h1_text {
  font-size: 13px;
  overflow: auto;
  height: 70px;
}

.h1_text::-webkit-scrollbar {
  width: 0.1px;
}

.h1_text::-webkit-scrollbar-track {
  background: #5f5f5f;
}

.h1_text::-webkit-scrollbar-thumb {
  background: #888;
}

.audio_size {
  width: 100%;
}