.hovergallery{
	width:1080px;
	margin:auto;
}

.hovergallery img{
-webkit-transform:scale(1); /*Webkit: Scale down image to 0.8x original size*/
-moz-transform:scale(1); /*Mozilla scale version*/
-o-transform:scale(1); /*Opera scale version*/
transform:scale(1);
}

.hovergallery img:hover{
-webkit-transform:scale(1.5); /*Webkit: Scale up image to 1.2x original size*/
-moz-transform:scale(1.5); /*Mozilla scale version*/
-o-transform:scale(1.5); /*Opera scale version*/
transform:scale(1.5);
-webkit-transition: 0.5s; /*Webkit: Animation duration*/
-moz-transition: 0.5s; /*Mozilla duration version*/
-o-transition: 0.5s; /*Opera duration version*/
transition: 0.5s;
box-shadow:0px 0px 30px gray; /*CSS3 shadow: 30px blurred shadow all around image*/
-webkit-box-shadow:0px 0px 30px gray; /*Safari shadow version*/
-moz-box-shadow:0px 0px 30px gray; /*Mozilla shadow version*/
z-index:999;
position: relative;
}


@media screen and (min-width: 1400px){

	#title{
		position:relative;
		top:70px;
	}
}

@media screen and (min-width: 1175px) and (max-width: 1399px){
	body{
		width:1120px;
	}
	.content{
		width:1020px;
	}
	.hovergallery{
		width:900px;
	}
	#title{
		position:relative;
		top:70px;
	}
}

@media screen and (min-width: 950px) and (max-width: 1174px){
	body{
		width:840px;
	}
	.content{
		width:740px;
	}
	.hovergallery{
		width:720px;
	}
	#title{
		position:relative;
		top:50px;
		font-size:20px;
	}
}

@media screen and (min-width: 725px) and (max-width: 949px){
	body{
		width:660px;
	}
	.content{
		width:560px;
	}
	.hovergallery{
		width:540px;
	}
	#title{
		position:relative;
		top:50px;
		font-size:20px;
	}
}

@media screen and (min-width: 500px) and (max-width: 724px){
	body{
		width:480px;
	}
	.content{
		width:380px;
	}
	.hovergallery{
		width:360px;
	}
	#title{
		position:relative;
		top:50px;
		font-size:20px;
	}
}

@media screen and (max-width: 499px){
	body{
		width:300px;
	}
	.content{
		width:200px;
	}
	.hovergallery{
		width:180px;
	}
	#hkma_logo{
		width:30%;
	}
	#title{
		position:relative;
		top:30px;
		font-size:12px;
	}
}
