.fullwidth .content {
	text-align: center;
}

.fullwidth .button {
	margin-top: 0.8em;
}

@media (max-width: 480px){
	.fullwidth {
		margin-top: 50px !important;
	}
	
	.fullwidth .button {
		width: 100%;
	}
}