#wow-heard-5{	
	padding:10px; 
	border: 0px solid #eeeeee; 
	z-index:9999999999; 
	position: fixed; 
	top:11%;			right:3%;	border-radius:0px;	
	height: 80px;
	background: rgba(0,0,0,0.75);  
	box-sizing: border-box;
	font-size:12px;
	font-family:Verdana;
	display:none;
	}
#heard-close-5{
	color: #ffffff;
}
@media screen and (max-width: 480px) { 
#wow-heard-5 {display:none;}
}