/**
 * Tablet + Mobile
 */
@media only screen and (min-width: 320px) and (max-width: 860px) {

}

/**
 * Tablet
 */
@media only screen and (min-width: 426px) and (max-width: 860px) {

}

/**
 * Mobile
 */
@media only screen and (min-width: 320px) and (max-width: 425px) {
/* Homepage */
  /* Blog */
  .mh-list-post .box-vertical  {
    display: flex;
  }

  .mh-list-post .box-image {
    width: 35% !important;
  }

}

@media only screen and (max-width: 320px) {

}
