#pnl-content{
	background:none;
}
#billboardImage{
	position: relative;
}

#pnl-content img{
	width: 100%;
	height: 100%;
}

#message{
	position: absolute;
	top: 10px;
	left: 10px;
	width: 100%;
	font-size: 37px;
	line-height: 39px;
	color: #fff;
}

#pnl-billboard{
	margin-bottom: 0px;
}

@media only screen and (max-width: 660px) {
	
	#message{
		font-size: 20px;
	}
	
}

@media only screen and (max-width: 280px) {
	
	#message{
		font-size: 10px;
	}
	
}