/* 
file: home-r42.css
2019-10-03 add by GovHK 
10:11 2019-10-21 for WebCast loading after document ready
16:52 2019-11-27 try remove hmNewSecGrp.hmNewSecGrp--grp1 to fix page-top init have many space and then diminish
17:21 2019-12-17 make newcard it relative small first, expand by javascript
9:46 2019-12-19 test hmNewCards__card from auto to 100%
*/
#geomap_iframe { 
	width:100%;
	height:100%;
}

/* 2019-10-08 user request to make top padding smaller (15+20px) */
/* 16:52 2019-11-27 try remove hmNewSecGrp.hmNewSecGrp--grp1 to fix page-top init have many space and then diminish */
/*
@media screen and (max-width: 767px) {
  .blockRow + .hmNewSecGrp.hmNewSecGrp--grp1 {
  background: #FFF;
  padding-top: 35px; } }
*/
  

/* 10:11 2019-10-21 for WebCast loading after document ready */
body.bwVer #WebCast {
	-webkit-filter: grayscale(100%);
	/* Chrome, Safari, Opera */
	filter: grayscale(100%); }  

/* 15:41 2019-11-27 fix home-enhancement.css line:656 (and directly change line 656 also)  */	
/*
.homePage #doYouKnow.hmNewDoYouKnowHolder {
  padding: 0;
  visibility: hidden; 
}
*/

/* 17:21 2019-12-17 make newcard it relative small first, expand by javascript 
	9:48 2019-12-19 seems no use
.hmNewCards__cardTxt {
	height:110px;
}	
*/

/* 9:46 2019-12-19 test hmNewCards__card from auto to 100%, try fix HTC10 initial have many white space */
/* 11:54 2019-12-19 no use. it make white space shorten.
.hmNewCards__card {
  height: 100%;
}
*/
  

						