.header__box {
	position: absolute;
	top: 20px;
	width: 100%;
	z-index: 10;
}

.header__share a {
	color: transparent;
}


.header__allForOne img {
	width: 100%;
	max-width: 200px;
}

.header__give-links {
	padding: 10px 15px;
	background: #dd3029;
	color: #fff;
	font-size: 1.2em;
	border-radius: 3px;
	margin-left: 5px;
}

.header__give-links:hover {
	background: #A2211E;
	color: #fff;
	text-decoration: none;
}

.header__give-position {
	float: right;
}


@media (max-width: 768px) {
	.header__share {
		display: none;
	}

	.header__fundraise {
		display: none;
	}
	
	.header__give-links {
		padding: 6px 10px;
		background: #dd3029;
		color: #fff;
		font-size: 1em;
		border-radius: 3px;
		margin-left: 5px;
		float: right;
	}

}
