.benefits-media {
  @media (max-width:575px) {
    .m-thumbnail {
      position: relative;
      overflow: hidden;
      object-fit: cover;
      width: 100%;
      min-height: 200px;

      picture {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
      }
    }
  }

  .media-caption {
    margin-bottom: 15px;
    margin-top: 10px;
  }

}
