@media (max-width: 1279px) {
  /* Blog layout: Band */
  .post_layout_band .post_header .post_price {
    font-size: 2em;
    line-height: 1.5em;
  }
}
@media (max-width: 1023px) {
  /* Blog layout: Band */
  .post_layout_band .post_header .post_price {
    font-size: 1.75em;
    line-height: 1.5em;
  }
}
@media (max-width: 767px) {
  /* Blog layout: Band */
  .post_layout_band.sticky {
    padding: 30px;
  }
  .post_layout_band:not(.sticky),
  .post_layout_band.post_item.post_format_video,
  .post_layout_band.post_item.post_format_gallery {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .post_layout_band .post_featured,
  .post_layout_band.post_item.post_format_video .post_featured,
  .post_layout_band.post_item.post_format_gallery .post_featured {
    -webkit-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%;
  }
  .post_layout_band .post_featured+.post_content_wrap,
  .post_layout_band.post_item.has-post-thumbnail .post_featured+.post_content_wrap,
  .post_layout_band.post_item.post_format_video .post_featured+.post_content_wrap,
  .post_layout_band.post_item.post_format_gallery .post_featured+.post_content_wrap {
    -webkit-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%;
    padding: 0;
  }
  .post_layout_band .post_title {
    font-size: 1.8rem;
  }
  .post_layout_band .post_header .post_price {
    position: static;
    right: auto;
    top: auto;
    margin-top: 0.3em;
  }
  .post_layout_band.post_item.has-post-thumbnail .post_featured+.post_content_wrap {
    padding: 0;
  }
  .post_layout_band .post_featured,
  .post_layout_band.post_item.post_format_video .post_featured,
  .post_layout_band.post_item.post_format_gallery .post_featured {
    margin-bottom: 1.5rem;
  }
}
