@media (max-width: 550px) {
  .mobile_text_hide {
    display: none;
  }

  .wp-caption-text{
    margin-bottom: -5px !important;
  }

}