@charset "utf-8";

@media screen and (max-width:991px){
	
	#certified img:first-child{
		display:none;
	}
	
	#certified img:last-child{
		display:block;
	}
	
	
	#certified{
		width:70%;
		margin:2vh auto;
	}

}


/*電腦及平版畫面--------------------------*/


@media only screen and (min-width:992px){
	
	#certified{
		width:60%;
		margin:2vh auto;
	}
	
	#certified img:last-child{
		display:none;
	}

}