@media screen and (max-width: 479px) {
  .s-author .with {
    display: none;
  }
  .subscribe-label {
    display: none !important;
  }
  #story .s-actions {
    position: relative;
    top: 0;
    right: 0;
    padding: 0 0 20px 10px;
  }
  #story #s-share-dropdown,
  #story #s-embed-dropdown,
  #story #s-comment-dropdown {
    top: 98px;
    left: 11px;
    right: auto;
  }
  #story #s-comment-dropdown {
    width: 288px;
  }
  #story .s-element .s-element-actions a {
    display: inline-block;
    text-indent: -9999px;
    padding-left: 15px;
  }
}