/* Last Update : 2017-10-13 */
/* DO NOT EDIT THIS */


.bannert {
	color: #fff;
	font-size: 2.7em;
	line-height: 1;
	text-transform:inherit;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
	font-weight: bold;
	
}


.bannerp {
	color: #fff;
	font-size: 1.3em;
	line-height: 1;
	text-transform: inherit;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
	
}


.banner-item .banner-caption{
	position: absolute;	
}

/* all banner caption */
.banner-item .banner-caption{
	top: 70%;
	left: 40%;
	transform: translate(-50%, -50%);
	text-align: left;
	color: #fff;
	font-family: 'Roboto';
}

/* 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: 480px) {
	/* ONLY EDIT IF DIFFERENT WITH DESKTOP */
	/* all banner caption */
	
	.bannert {
	
	font-size: 1.1em;
	
}
	.bannerp {
	
	font-size: 0.3em;
	
}
	
	
	
	
	.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{
	}
}