p {
	font-family: 'Roboto', sans-serif;
	text-align: center;
	font-size: 20px;
	margin: 10px;
}

body {
	margin: 0;
}

.mobileRec {
	display: none;
}

.mobile {
	display: none;
}

#backgroundImage img{
	background-size: cover;
	background-repeat: no-repeat;
	max-width: 700px;

}

#backgroundImage {
	position: relative;
	margin: auto;
	width: 50%;
	padding-top: 100px;

}

#wraperBlock div{
	float: left;

	margin: 2px;
	max-width: 700px;
}

#wraperBlock {
	position: absolute;
	margin-top: -315px;
	margin-left: 80px;
	min-width: 700px;

}

.block {
	width: 110px;
	height: 170px;
	background: black;
	opacity: 0;
}


#myBlock {
	width: 110px;
	height: 170px;
	background: black;
	opacity: 0;
}

#lastBlock {
	width: 110px;
	height: 50px;
	background: black;
	opacity: 0;
}


.block:hover {
	opacity: 100;
}

#myBlock:hover {
	opacity: 100;
}

#lastBlock:hover {
	opacity: 100;
}

#backgroundImage p {
	margin: auto;
	padding-top: 20px;
	text-align: center;
}


/*-------------------------------
	myBlock.html
	----------------------------*/


#blackBlock {
	width: 400px;
	height: 600px;
	background: black;
	position: relative;
	margin: auto;
	width: 50;
}


/*-------------------------------
	hiddenBlock.html
	----------------------------*/


.imageWraper {
	width: 400px;
	height: 600px;
	position: relative;
	margin: auto;
	width: 50;
}

#imageWraper2 {
	width: 400px;
	height: 600px;
	position: relative;
	margin: auto;
	width: 50;
}

#imageWraper3 {
	width: 400px;
	height: 600px;
	position: relative;
	margin: auto;
	width: 50;
}

#imageWraper4 {
	width: 400px;
	height: 600px;
	position: relative;
	margin: auto;
	width: 50;
}

#imageWraper5 {
	width: 400px;
	height: 600px;
	position: relative;
	margin: auto;
	width: 50;
}

#blocksDiv {
	position: absolute;
	margin-top: -600px;
}

.imageWraper div {
	z-index: 1;
	opacity: 0;

}

#bluePixelsDiv {
	position: absolute;
	margin-top: -600px;
}


#bluePixels {
	opacity: 100;
}


#bluePixels:hover {
	opacity: 0;
}

#oficialEnlarged {
	background-size: cover;	
}

.landscape {
	width: 100%;
	height: 100%;
}

#overText {
	position: absolute;
	margin-top: -10%;
	margin-left: 10%;
	color: white;
}

#landscape2 {
	position: relative;
}

#startOver {
	position: absolute;
	margin-top: -10%;
	margin-left: 70%;
	color: white;
}

#closer {
	position:absolute;
	margin-top: 10px;
	margin-left: 10px;
	color: white;
}

#firstP {
	display: none;
}

#play3A {
	display: block;
}

#play3B {
	display: none;
}

#play4A {
	display: block;
}

#play4B {
	display: none;
}

.didYouP {
	display: none;

}

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

	body {
		margin: 0;
		padding: 0;
		border: 0;
	}

	#wraperBlock {
		display: none;
	}

	#backgroundImage img {
		width: 1000%;
		height:1000%;
		max-width: 4000px;

	}

	#backgroundImage p {
		display: none;
	}

	#backgroundImage {
		margin: 0;
		padding: 0;
		border: 0;
		width: 200%;
		height:200%;
	}

/*-----------------------
	MyBlock.html ---------*/

	#blackBlock {
		display: none;
	}


	.mobileRec {
		display: block;
		width: 2000px;
		height: 3000px;
		max-width: 2000px;
		max-height: 3000px;
		background: black;
		position: relative;
	}
	
	

	#blackBlockMobile {
		width: 320px;
		height: 568px;
		background: black;
		position: relative;
		
		
	}

/*----------------------*/

	.imageWraper {
		width: 100%;
		height: 150%;
		max-width: 2000px;
		max-height: 3000px;
	}

	#oficialEnlarged {
		width: 700%;
	}

	#play2Image {
		display: none;
	}

	#imageWraper2 {
		width: 100%;
		height: 100%;

	}

	#blocks img{
		width: 200%;
		height: 200%;
	}

	#imageWraper3 {
		max-width: 2000px;
		max-height: 4000px;
		margin: 0;
		padding: 0;

	}

	#imageWraper3 a img {
		width: 250%;
		height: 250%;
	}


	#imageWraper4 {
		max-width: 2000px;
		max-height: 4000px;
		margin: 0;
		padding: 0;

	}

	#imageWraper4 a img {
		width: 250%;
		height: 250%;
	}

	#imageWraper5 {
		max-width: 2000px;
		max-height: 4000px;
		margin: 0;
		padding: 0;

	}


	#blocksDiv a img {
		width: 100%;
		height: 100%;
	}


	#blocksDiv {
		position: relative;
		margin-top: 0px;
	}

	#bluePixels {
		width: 250%;
		height: 250%;
	}


	#bluePixelsDiv {
		margin: 0px;
	}

	#imgOficial {
		display: none;
	}

	.landscape {
		width: 500%;
		height: 500%;
		min-width: 3000px;
	}

	#firstP {
		display: inline-block;
		font-size: 150px;
	}

	#play3A {
	display: none;
	}

	#play3B {
		display: block;
	}

	#play4A {
	display: none;
	}

	#play4B {
		display: block;
	}

	.didYouP {

		display: inline-block;
		font-size: 190px;
		padding-top: 50px;


	}


}

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

	body {
		margin: 0;
		padding: 0;
		border: 0;
	}


	#backgroundImage {
		display: none;
	}
	

	.mobile img{
		width: 100%;
		height: 100%;
		max-width: 1240px;
	}

	.mobile {
		display: block;
	}


}








