#show_chat_ads {
	top:0;
    transition: top 1s ease-in-out;
}

#show_chat_ads.high {
    top: -3.75lh !important;
}

.myads {
	display:none;
}