#wow-heard-5{	
	padding:10px; 
	border: 0px solid #ff6d6d; 
	z-index:9999999999; 
	position: fixed; 
		bottom:5%;	left:2%;		border-radius:0px;	
	height: fit-content;
	background: #ff6d6d;  
	box-sizing: border-box;
	font-size:12px;
	font-family:Verdana;
	display:none;
}
#heard-close-5{
	color: #ffffff;
}
@media screen and (max-width: 300px) { 
#wow-heard-5 {display:none;}
}
