@media screen and (max-width: $fat-mobile) {
  .helpbox-highlight-message .message-box {
    top: 52px !important;
    left: 12px !important;
    height: calc(100% - 55px);
    width: calc(100% - 15px);
    min-width: auto !important;
    padding-top: 60px;
  }
}
