.container .type-1 {

	width: 500px;
	height: 500px;
	background: #0D4667;
	border: 2px solid #fff;
	box-shadow: inset 0px 0px 10px rgba(0,0,0,0.5), 0px 0px 20px rgba(0,0,0,0.2);
	border-radius: 2px;
	opacity: 0;
	padding: 20px;
	color: #fff;
	position: absolute;
	overflow:scroll;
	top: -700px;
	left:-30px;
	text-align:left;
	/* Always on top */
	z-index: 9999999;

}

.container input {
	display: none;
}

.container input:checked + .type-1 {
	opacity: 1;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
}

.container {
	width: 500px;
	margin: 0px auto;
	position: relative;
	top: 100px;
	text-decoration: none;
}

	.container .type-1 p{
	color: #fff;
	}



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

.container .type-1 {
	width: 300px;
	height: 300px;
	top: -500px;
	left:-10px;
	}
	
	
	}
	
	
@media screen and (min-width:750px) and (max-width: 970px) {

.container .type-1 {
	width: 400px;
	height: 400px;
	top: -600px;
	}


}