h1 {
	text-align: center;
}
p {
	line-height: 1.4em;
}
p big {
	line-height: 1.25em;
}
.poty-section {
	margin-bottom: 60px;
}
@media (min-width: 769px) {
	.pull-left { float: left }
	.pull-right { float: right }
}
.gallery {
	float: left;
	margin: 0 20px 12px 0;
	width: 400px;
}
.gallery a { display: block; }
.gallery img {width: 100%;border: 3px solid #fff;border-radius: 7px;}
.media-body p,
.media-body p * {
	font-size: 1em!important;
	background: transparent!important;
}
.winner-img {
	width: 200px;
}
@media screen and (max-width: 650px) {
	.winner-img {
		width: 75px;
	}
	.gallery {
		margin: 0 0 15px;
		width: 100%;
	}
}