.block_video_post_wrapper {
  background: #ffffff;
  /* padding-bottom: 24px;
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 24px; */
  padding: 16px;
  overflow: hidden;
  border-radius: 16px;
  box-shadow: 0px 0px 5px rgba(0, 0, 64, 0.5);
}

.video_post_content_link {
  display: block;
  border-radius: 16px;
  overflow: hidden;
}

.block_video_post_content_link_img {
  /* height: 600px; */
  height: auto;
}

.video_post_content_link_img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.video_post_content_play_icon {
  width: 90px;
  position: absolute;
  top: 50%;
  left: 50%;
  height: 90px;
  transform: translate(-50%, -50%);
}

.block_video_post_aside {
  display: none;
}

.video_post_content_text {
  /* font-size: 18px; */
  font-size: 14px;
  font-weight: normal;
  color: rgb(26, 49, 60);
}

@media screen and (min-width: 768px) {
  .video_post_content_text {
    font-size: 16px;
  }
}

@media screen and (min-width: 1024px) {
  .block_video_post_aside {
    position: absolute;
    padding-bottom: 16px;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 16px;
    width: 30%;
    background-color: rgba(165, 165, 165, 0.5);
    border-radius: 16px;
    overflow: hidden;
    top: 5%;
    bottom: 5%;
    right: 0;
    display: flex;
  }

  .video_post_aside_play_icon {
    height: 40px;
    width: 40px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }

  /* .block_aside_news_link_img {
    height: 90px;
    width: 120px;
    border-radius: 16px;
    overflow: hidden;
  } */

  .video_post_content_play_icon {
    width: 120px;
    height: 120px;
  }
}

@media screen and (min-width: 1200px) {
  .video_post_content_text {
    font-size: 18px;
  }

  .video_post_content_play_icon {
    width: 150px;
    height: 150px;
  }

  .video_post_aside_play_icon {
    height: 50px;
    width: 50px;
  }
}
