/* mobile to tablet */ 
@media only screen and (max-width: 767px) {
	.standard-billboard {
		text-align: center !important;
		padding-top: 0 !important;
		padding-bottom: 20px !important;
	}
}