@import url('https://fonts.googleapis.com/css?family=Fjalla+One');
.result-page{

}

.result-page-item{
	padding: 20px;
	border: 1px solid #fff;
	border-radius: 10px;
	margin: 10px;

	font-family: 'Fjalla One',serif;
  	font-size: 22px;
  	background: url("../../../../../img/top-positions-bg2.jpg");
  	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;

}

@media only screen and (max-width: 630px) {

	.result-page-item{
		padding:10px;
		background-size: 100% 100%;
		font-size: 18px;
	}
}