.video_post_content_img {
  /* height: 300px; */
  height: auto;
}

.play_icon_big {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  /* height: 150px;
  width: 150px; */
  height: 90px;
  width: 90px;
  object-fit: contain;
}

.block_video_post_aside {
  width: 100%;
  position: absolute;
  /* padding-bottom: 16px;
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 16px; */
  padding: 8px;
  bottom: 0;
}

.video_post_aside_list {
  align-items: center;
  display: flex;
  /* column-gap: 15px; */
  column-gap: 16px;
  justify-content: center;
}

.video_post_aside_item {
  width: calc(calc((100% - 64px) / 5));
}

.block_videos_post_aside_status {
  background: #0d0d0d;
  /* padding-bottom: 3px;
  padding-left: 7px;
  padding-right: 7px;
  padding-top: 3px; */
  padding: 8px;
  display: inline-flex;
  position: absolute;
  top: 2%;
  left: 2%;
  align-items: center;
  justify-content: center;
  border-style: solid;
  border-top-width: 0;
  border-right-width: 0;
  border-bottom-width: 0;
  border-left-width: 2px;
  border-left-color: rgb(251, 76, 53);
}

.videos_post_aside_status {
  font-size: 12px;
  font-weight: 500;
  color: rgb(255, 255, 255);
}

.block_video_post_aside_info {
  padding-bottom: 8px;
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 8px;
  background: #ffffff;
}

.video_post_aside_info_title {
  font-size: 14px;
  font-weight: 600;

  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
}

.video_post_content_text {
  /* font-size: 18px; */
  font-size: 14px;
  font-weight: 400;
  color: rgb(108, 107, 107);
  /* margin-top: 12px; */
  margin-top: 8px;
  /* margin-left: 12px; */
  margin-left: 8px;
}

@media screen and (min-width: 576px) {
}

@media screen and (min-width: 768px) {
  .video_post_content_img {
    /* height: 400px; */
    height: auto;
  }

  .play_icon_big {
    height: 110px;
    width: 110px;
  }
}

@media screen and (min-width: 1024px) {
  .video_post_content_text {
    font-size: 16px;
  }

  .height_130 {
    height: 90px;
  }
}

@media screen and (min-width: 1200px) {
  .video_post_content_text {
    font-size: 18px;
  }

  .video_post_content_img {
    /* height: 500px; */
    height: auto;
  }

  .play_icon_big {
    height: 150px;
    width: 150px;
  }

  .height_130 {
    height: 130px;
  }

  .video_post_aside_info_title {
    font-size: 14px;
    font-weight: 600;

    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}

@media screen and (min-width: 1440px) {
  .video_post_content_img {
    /* height: 600px; */
    height: auto;
  }

  /* .play_icon_big {
    height: 180px;
    width: 180px;
  } */
}
