@media (max-width: 1279px) {
  /* Blog layout: Classic */
  .post_layout_classic .post_title {
    font-size: 20px;
  }
}
@media (max-width: 1023px) {
  /* Blog layout: Classic */
  .post_layout_classic .swiper-container-horizontal > .swiper-pagination,
  .post_layout_classic .slider_outer > .swiper-pagination {
    bottom: 6px;
  }
  .post_layout_classic .slider_container .swiper-pagination-bullet,
  .post_layout_classic .slider_outer .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    line-height: 6px;
    text-align: center;
    border-width: 1px;
  }
  .post_layout_classic.post_format_audio .mejs-time {
    display: none;
  }
  .post_layout_classic .post_title {
    font-size: 17px;
  }
}
@media (max-width: 767px) {
  .post_layout_classic .post_title {
    font-size: 18px;
  }
  .post_layout_classic .post_content {
    margin-top: 9px;
  }
}
@media (max-width: 479px) {
  .post_layout_classic .post_content {
    margin-top: 7px;
  }
}