hhhhh .convo-pullquote { border-top: 1px solid black; border-bottom: 1px solid black; max-width: 600px; margin: 0 auto; padding:10px; } body { font-family: raleway } .fadeOut{ visibility: hidden; opacity: 0; -webkit-transition: all 1s ease-out; -moz-transition: all 1s ease-out; -ms-transition: all 1s ease-out; -o-transition: all 1s ease-out; transition: all 1s ease-out; transform: translate(0,-50px); -webkit-transform: translate(0,-50px); -o-transform: translate(0,-50px); -moz-transform: translate(0,-50px); } .source { font-weight: 400; font-size: 11px; color: #888; float: right; } Why is cancel culture a problem?💬 This is what YouGov chat participansts say... August 27 - September 28, 2020 var words = ["Progressive cultural hegemony", "Cancel culture is a very big small we should have to solve this", "Intolerance of different way of thinking that does not align with someone values and ideas.", "I’m all for calling people out on their wrongdoings but cancelling them is too far. I’ve been proven that people can change and educate themselves.", "It stems from PC culture which is getting out of hand ", "Why? Because any fool that you don't agree with has the power to try and get you fired is just mad. It's changed the way media, and companies do business. Everyone wants to bend a knee to the whinny little snowflakes. ", "By d", "at present the flag for this subject is flying high ,but its the people with a chip on their shopulder that result in bad beahviour over it ", "In democracy you cannot have mob rule"]; var i = 0; var text = "This text changes"; function _getChangedText() { i = (i + 1) % words.length; return text.replace(/This text changes/, '"' + words[i] +'"' ); } function _changeText() { var txt = _getChangedText(); var d = document.getElementById("changer") d.className = "fadeOut"; setTimeout(function(){ d.className = ""; document.getElementById("changer").innerHTML = txt; }, 1000); } setInterval("_changeText()", 7000);