/* Last Update : 2017-10-13 */

/* DO NOT EDIT THIS */

@import url(https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i);

.banner-item .banner-caption {
    position: absolute;
}

/* all banner caption */

.banner-item .banner-caption {
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	color: #ffffff;
	font-family: 'Roboto', sans-serif, serif, monospace, cursive, fantasy, 'Microsoft YaHei', 'Microsoft JhengHei';
    width: 100%;
    height: 100%;
}

/* banner number start from 0 */

/* banner caption no 1 */

.banner-item .banner-caption.id-0 {
}

/* banner caption no 2 */

.banner-item .banner-caption.id-1 {
}

@media screen and (max-width: 1600px) {
    
	/* ONLY EDIT IF DIFFERENT WITH DESKTOP */
    
	/* all banner caption */

body {
	font-family: 'Roboto', sans-serif, serif, monospace, cursive, fantasy, 'Microsoft YaHei', 'Microsoft JhengHei';
}

.intro {
    overflow: hidden;
}

	.banner-item .banner-caption {
	}

	/* banner number start from 0 */
    
	/* banner caption no 1 */
    
	.banner-item .banner-caption.id-0 {
	}

	/* banner caption no 2 */
    
	.banner-item .banner-caption.id-1 {
	}
    
}