.content-football {
	padding-bottom: 0
}

@media only screen and (max-width:767px) {
	.content-football .banner-page .img {
		height: 400px
	}
}

@media only screen and (max-width:479px) {
	.content-football .banner-page .img {
		height: 350px
	}
}

@media only screen and (max-width:479px) {
	.content-football .banner-page .img img {
		object-position: 63%
	}
}

.content-football .banner-page .box-text {
	width: 480px;
	padding-bottom: 200px
}

@media only screen and (max-width:767px) {
	.content-football .banner-page .box-text {
		width: 100%;
		padding-bottom: 0;
		text-align: center
	}
}

.content-football .banner-page .box-text h1 {
	font-size: 8rem
}

.content-football .banner-page .box-text h1 span {
	margin-top: -35px;
	font-size: 10rem
}

.content-football .banner-page .box-text h2 {
	margin-left: 0
}

.content-football .banner-page .box-text p {
	text-shadow: 0 1px 5px #000
}