@media screen and (max-width: 568px) {
	body {
		background-image: url(../img/grass.png);
		background-repeat: repeat;
		background-position: 0 0;	
	}

	.container {
		width: 	100%;
		height: 1030px;
		background-image: url(../img/ball2.png), url(../img/map.png);
		background-repeat: no-repeat, no-repeat;
		background-position: -310px 600px, 10px 260px;
		background-size: 100%, 95%;
	}

	h1 {
		font-size: 36px;
		line-height: 40px;
		width: 95%;
	}

	.intro {
		width: 90%;
	}

	#trigger-overlay-1 {
		top: 340px;
		left: 140px
	}

	#trigger-overlay-2 {
		top: 320px;
		left: 380px
	}

	#trigger-overlay-3 {
		top: 340px;
		left: 450px
	}

	#trigger-overlay-4 {
		top: 380px;
		left: 470px
	}

	#trigger-overlay-5 {
		top: 440px;
		left: 420px
	}

	#trigger-overlay-6 {
		top: 510px;
		left: 320px
	}

	#trigger-overlay-7 {
		top: 580px;
		left: 360px
	}

	#trigger-overlay-8 {
		top: 590px;
		left: 310px
	}

	#trigger-overlay-9 {
		top: 635px;
		left: 280px
	}

	#trigger-overlay-10 {
		top: 680px;
		left: 270px
	}

	#trigger-overlay-11 {
		top: 435px;
		left: 270px
	}

	#trigger-overlay-12{
		top: 435px;
		left: 155px
	}

	.overlay {
		position: absolute;
	}

	.city {
		width: 528px;
		height: 280px;
	}

	.city-info {
		width: 45%;
	}

	h2 {
		font-size: 30px;
	}

	.city-details {
		margin-left: 10px;
	}

	.accordion { 
		width: 493px;
		margin: 0 0 12px 0; 
		padding-top: 10px;
	}

	.accordion dt { 
		width: 493px;
		height: 30px;
		background-image: none;
	}

	.accordion dd { 
		width: 493px;
		height: 220px;
		display: none; 
		padding: 0 16px 16px 16px; 
		background-color: rgba(255,255,255,.3);
	}

	.table {
		width: 528px;
	}

	.country {
		width: 120px;
		margin-left: 0;
		padding-bottom: 10px;
	}

	.match-temperature {
		width: 30px;
	}

	.match-humidity {
		width: 30px;
	}

	.x {
		width: 25px;
	}

	.country-span {
		width: 120px;
		margin-left: 0;
		padding-bottom: 10px;
	}

	h5 {
		background-image: url(../img/stars-left.png),url(../img/stars-right.png);
		background-repeat: no-repeat, no-repeat;
		background-position: 30px 6px, 370px 6px;
	}

	.player {
		width: 120px;
		height: 160px;
		float: left;
		position: relative;
		padding-left: 120px;
		margin-right: 5px;
	}

	.player-info p {
		font-size: 9px;
	}

	.other-matches {
		width: 493px;
		height: 30px;
	}

	.second-round-teams {
		margin-left: 0;
		margin-bottom: 10px;
	}

	.facebook {
		bottom: 100px;
		right: 200px;
	}

	.twitter{
		bottom: 100px;
		right: 160px;
	}

	.google {
		bottom: 100px;
		right: 120px;
	}

	.linkedin {
		bottom: 100px;
		right: 80px;
	}

	.logo {
		background-image: url(../img/logo.png);
		background-repeat: no-repeat;
		background-size: 100%;
		background-position: 50% 50%;
		width: 180px;
		height: 60px;
		position: absolute;
		right: 70px;
		bottom: 30px;
		border-top: solid 1px white;
	}
}

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

	.container {
		width: 	100%;
		height: 2020px;
		background-image: url(../img/ball2.png), url(../img/map.png);
		background-repeat: no-repeat, no-repeat;
		background-position: -180px 680px, 10px 400px;
		background-size: 100%, 95%;
	}

	h1 {
		width: 85%;
	}

	button {
		position: absolute;
		background-color: transparent;
		background-image: url(../img/button.png);
		background-position: 0 0;
		background-repeat: no-repeat;
		background-size: 50%;
		width: 94px;
		height: 94px;
		border: none;
		cursor: pointer;
			-webkit-transition: all 1s ease-in-out;
	      -moz-transition: all 1s ease-in-out;
	        -o-transition: all 1s ease-in-out;
	       -ms-transition: all 1s ease-in-out;
	           transition: all 1s ease-in-out;
	}

	.logo {
		background-image: url(../img/logo.png);
		background-repeat: no-repeat;
		background-size: 60%;
		background-position: 50% 50%;
		width: 180px;
		height: 60px;
		position: absolute;
		right: 20px;
		top: 1000px;
		border-top: solid 1px white;
	}

	#trigger-overlay-1 {
		top: 440px;
		left: 100px
	}

	#trigger-overlay-2 {
		top: 430px;
		left: 230px
	}

	#trigger-overlay-3 {
		top: 450px;
		left: 270px
	}

	#trigger-overlay-4 {
		top: 480px;
		left: 275px
	}

	#trigger-overlay-5 {
		top: 525px;
		left: 250px
	}

	#trigger-overlay-6 {
		top: 560px;
		left: 195px
	}

	#trigger-overlay-7 {
		top: 570px;
		left: 240px
	}

	#trigger-overlay-8 {
		top: 590px;
		left: 210px
	}

	#trigger-overlay-9 {
		top: 625px;
		left: 175px
	}

	#trigger-overlay-10 {
		top: 665px;
		left: 160px
	}

	#trigger-overlay-11 {
		top: 500px;
		left: 185px
	}

	#trigger-overlay-12{
		top: 500px;
		left: 105px
	}

	.facebook {
		top: 950px;
		right: 150px;
	}

	.twitter{
		top: 950px;
		right: 115px;
	}

	.google {
		top: 950px;
		right: 80px;
	}

	.linkedin {
		top: 950px;
		right: 45px;
	}

	.city {
		width: 85%;
		height: 540px;
	}

	.city-info {
		width: 85%;
	}

	.city-details {
		margin-left: 20px;
	}

	.overlay .overlay-close {
		position: fixed;
		left: 0px;
		top: 150px;
	}

	.accordion { 
		width: 240px;
		margin: 0 0 12px 0; 
		padding-top: 10px;
	}

	.accordion dt { 
		width: 240px;
		height: 100px;
		background-image: none;
	}

	.accordion dd { 
		width: 240px;
		height: 420px;
		display: none; 
		padding: 0 16px 16px 16px; 
		background-color: rgba(255,255,255,.3);
	}

	.table {
		width: 270px;
	}

	h4 span {
		font-size: 60%;
		font-style: italic;
		letter-spacing: 1px;
		position: relative;
		display: inline-block;
		float: left;
	}

	h5 {
		text-align: left;
		background-image: none;
	}

	.date {
		width: 220px;
		padding-bottom: 6px;
	}

	.country {
		width: 140px;
		margin-left: 0;
		padding-bottom: 10px;
	}

	.x {
		width: 220px;
		font-style: italic;
		padding-bottom: 10px;
	}

	h6 {
		font-weight: 700;
		font-size: 14px;
		line-height: 20px;
		letter-spacing: 1px;
		margin-bottom: 6px;
	}

	.player {
		width: 120px;
		height: 160px;
		float: left;
		position: relative;
		padding-left: 120px;
		margin-right: 10px;
	}

	.player-info p {
		font-size: 10px;
	}

	.player-1 {
		margin-bottom: 20px;
		padding-bottom: 20px;
		border-bottom: solid 1px white;
		border-right: none;
	}
	.figure {
		font-size: 24px;
	}

	.figure-legend p {
	  	padding-left: 2px;
	 	padding-top: 6px;
	}

	.other-matches {
		width: 240px;
		height: 90px;
	}

	.second-round-teams {
		margin-left: 0;
		margin-bottom: 10px;
	}

	.country-span {
		font-size: 16px;
		width: 140px;
		margin-top: -6px;
		margin-left: 0;
	}

}