.video_post_wrapper {
  overflow: hidden;
}

.video_post_content_wrap {
  position: relative;
  margin-bottom: 15px;
}

.video_post_content_link {
  display: block;
  border-radius: 5px;
  overflow: hidden;
  transition: ease 0.5s;
  position: relative;
}

.video_post_content_link_img_wrap {
  height: auto;
  position: relative;
}

.content_link_vp {
  color: #ffffff;
  transition: ease 0.5s;
}

.content_link_vp:hover {
  color: #c30f25;
}

.video_post_content_play_icon {
  height: 90px;
  width: 90px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.video_post_aside_wrap {
  display: none;
}

.video_post_content_text {
  font-size: 14px;
  font-weight: 500;
  color: #eaeaee;
}

.video_post_content_info_wrap {
  padding-bottom: 15px;
  border-bottom: 1px solid #696d7e;
}

@media screen and (min-width: 576px) {
  .video_post_content_wrap {
    margin-bottom: 20px;
  }
}

@media screen and (min-width: 768px) {
  .video_post_content_link_img_wrap {
    height: 400px;
  }

  .video_post_content_play_icon {
    height: 110px;
    width: 110px;
  }
}

@media screen and (min-width: 1024px) {
  .video_post_content_wrap {
    margin-bottom: 25px;
  }

  .video_post_content_text {
    font-size: 16px;
  }

  .video_post_aside_wrap::-webkit-scrollbar {
    width: 6px;
  }

  .video_post_aside_wrap::-webkit-scrollbar-thumb {
    background-color: #c30f25;
  }

  .video_post_aside_wrap::-webkit-scrollbar-thumb:hover {
    background-color: #c30f25;
  }

  .video_post_aside_wrap::-webkit-scrollbar-track {
    background-color: #181b20;
  }

  .video_post_aside_play_icon {
    height: 60px;
    width: 60px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}

@media screen and (min-width: 1200px) {
  .video_post_content_wrap {
    margin-bottom: 30px;
  }

  .video_post_content_link_img_wrap {
    height: 500px;
  }

  .video_post_content_play_icon {
    height: 150px;
    width: 150px;
  }

  .video_post_content_text {
    font-size: 18px;
  }

  .video_post_aside_play_icon {
    height: 70px;
    width: 70px;
  }
}

@media screen and (min-width: 1440px) {
  .video_post_content_link_img_wrap {
    height: 600px;
  }

  .video_post_content_play_icon {
    height: 180px;
    width: 180px;
  }

  .video_post_aside_play_icon {
    height: 80px;
    width: 80px;
  }
}
