/*Experience*/
.tile-header {
	margin-top: -3px;
}

/*Hiking-Elevation alerts*/
@media only screen and (min-width:735px)and (max-width:1068px) {
	.section-hiking .grid-item-elevation-alerts .elevation-alerts-body-content {
		min-height: 178px;
	}
}

/*Elevation alerts*/
.section-hiking .grid-item-elevation-alerts .lottie-container .end-frame-picture {
    width: 100%;
    height: 100%;
    background-size: contain;
    background-position: 50%;
}

/*Experience-Activate Control Center*/
.section-experience .grid-item-control-center .tile-blockquote {
	max-width: 368px;
}

/* pingfang */
html h4.pingfang:lang(zh-TW) { 
    font-family: "PingFang TC", "Helvetica Neue", "Helvetica", "Arial", sans-serif !important;
    font-size: 18px;
}

@media only screen and (max-width: 320px) {
	html[lang=zh-TW] br.xs-hide {
		display: none;
	}	 
}

@media only screen and (max-width: 1068px){
    .router-download-software .router-headline{
        width: 450px;
    }
}

@media only screen and (max-width: 734px){
    .router-download-software .router-headline{
        width: initial;
    }
}