.status__action-bar__counter__label { display: none!important; } 

.compose-form .compose-form__modifiers .compose-form__upload-description { opacity: 1!important; } 

.compose-form__upload-description input:placeholder-shown::placeholder { background: #F03434!important; }

a.account__action-bar__tab:nth-child(3) {
  display: none;
}

div.counter:nth-child(3) a > span.counter-number {
  display: none;
} 

div.counter:nth-child(3) a:before {
  display: block;
  content: "🌴🍹🌺";
  font-weight: 600;
  font-size: 18px;
} 

div.counter:nth-child(3) a:after {
  display: block;
  content: "Good times!";
  font-weight: 400;
  font-size: 0.938em;
  padding-top: 1px;
} 

div.counter:nth-child(3) a > span.counter-label {
  display: none !important;
} 

div.counter:nth-child(3) > a {
  pointer-events: none;
  cursor: default;
}

div.public-account-header__extra__links {
  display: none;
} 

strong > img.emojione, a.permalink.notification__display-name > img.emojione {
  width: 16px !important;
  height: 16px !important;
}

strong > img.emojione:hover, a.permalink.notification__display-name > img.emojione:hover {
  width: 16px !important;
  height: 16px !important;
}

div.emoji-button > img.emojione:hover {
  width: 24px !important;
  height: 24px !important;
}
 
.emojione:hover {
  width: 45px !important;
  height: 45px !important;
  transition: all 0.2s ease-in-out !important;
}

.emojione {
  width: 24px !important;
  height: 24px !important;
  transition: all 0.2s ease-in-out;
}

.emoji-mart-category .emoji-mart-emoji span {
	width: 27px !important; /* stock: 20px; defined inline */
	height: 27px !important; /* stock: 20px; defined inline */
}

.status__wrapper.status__wrapper--filtered { display: none!important; }

span.relationship-tag > span:before {
  content: "Still ";
}

.icon-button__counter { display: none!important; }

.media-gallery__item-thumbnail img:not([alt]),
.audio-player__canvas:not([title]),
.video-player video:not([title]), 
.media-gallery__gifv video:not([title])
 {
    border: 2px solid rgba(282,185,0,1);
    box-sizing: border-box;
} 



