.one{
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

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

.top{
	position: absolute;
	top: 20px;
	left: 20px;
	width: 100%;
	height: 100%;
	max-width: 900px;
	max-height: 500px;
	display: none;	
}

.topCont{
	background-image:url(mat/close_50-01.png);
	background-color:#FFF;
	display: inline-block;
  	border-radius: 25px;
	
	position: fixed;
	top: 10px;
	left: 10px;
	width: 50px;
	height: 50px;
}

:target{
	display: initial;
}


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

.galImg{
	height: auto;
	width: 100%;
}

.top{
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;	
	max-width: 100%;
	max-height: 100%;
}

.topCont{
	background-image:url(mat/close_100-01.png);
	background-color:#FFF;
	display: inline-block;
  	border-radius: 50px;
	
	position: fixed;
	top: 10px;
	left: 10px;
	width: 100px;
	height: 100px;
}

}
