@media only screen and (max-width: 480px) {
	.mobile-minister-wrapper {
		display: block;
	}

	.minister-wrapper {
		display: none;
	}
}