@media screen and (min-width: 1801px) {
	/* test 0330 */
	#news .card-v-grid-image img {
	transform: scale(1, 1);
	}
	/* test 0330 */
}

@media screen and (max-width: 1800px) {
	
	/* test 0330 */
	#news .card-v-grid-image img {
	transform: scale(1.4, 1.4);
	}
	/* test 0330 */
}


@media screen and (max-width:1100px) {
	.card-h-grid{
		display:flex;
		flex-direction: column;
		background: var(--white);
	}
	
	.card-h-grid-image{
		width:100%;
	}
	
	.card-h-grid-image img{
		width:100%;
		min-height:100%;
	}
	
	.card-h-grid-txt {
		padding: 25px;
	}
		
	#gallery .grid-1{
 	flex-direction:row;
  	width:100%;
	margin-top:20px;
	margin-bottom:20px;
	min-height: 0px;
	}
	
	#gallery .grid-2{
  	width: 100%;
	}

	#gallery .grid-column{
	  width: 50%;
	}
	
	#gallery .grid-image{
		height: 250px;
	}
	
	/* test 0330 */
	#news .card-v-grid-image img {
	transform: scale(1.2, 1.2);
	}
	/* test 0330 */

}


@media screen and (max-width: 900px) {
	#footer .column {
	width: 100%;
	height: auto;
	padding:0px;
	}

	#gallery .grid-column{
	  width: 100%;
	}
	
	#gallery .grid-image{
		height: 300px;
	}
	
	/* test 0330 */
	#news .card-v-grid-image img {
	transform: scale(1.3, 1.3);
	}
	/* test 0330 */
}



@media screen and (max-width: 620px) {
	#partner .logo1{
	margin-right:0px;
	}

	#partner .logo2{
	margin-left:0px;
	}

	#footer h2{
	font-size:26px;
	}
	
	#gallery .grid-column{
	  width: 100%;
	}
	
	#gallery .grid-image{
		height: 250px;
	}
	
	/* test 0330 */
	#slide{
	font-family: 'Ubuntu', sans-serif;
	margin: 0;
	height: 80%;	
	}
	
	#news .card-v-grid-image img {
	transform: scale(1.6, 1.6);
	}
	/* test 0330 */

}


@media screen and (max-width: 500px) {
	#footer ul{
	line-height:1.8;
	}
	
	/* test 0330 */
	#slide{
	font-family: 'Ubuntu', sans-serif;
	margin: 0;
	height: 80%;	
	}
	
	#news .card-v-grid-image img {
	transform: scale(1.2, 1.2);
	}
	/* test 0330 */
	
}