/* Last Update : 2017-10-13 */
/* DO NOT EDIT THIS */
.banner-item .banner-caption{
	position: absolute;
}

/* all banner caption */
.banner-item .banner-caption{
	top: 50%;
	left: 50%;
	transform: translate(-10%, -50%);
	text-align: center;
	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{
	transform: translate(-100%, -50%);
}

.banner-item .banner-caption.id-2{
}

.banner-item .banner-caption.id-3{
	transform: translate(-90%, -50%);
}

.banner-item .banner-caption.id-4{
	transform: translate(-8%, -50%);
}

.banner-item .banner-caption.id-5{
	transform: translate(-100%, -50%);
}

.banner-item .banner-caption.id-6{
  top: 25%;
  left: 60%;
}

@media screen and (max-width: 480px) {
	/* ONLY EDIT IF DIFFERENT WITH DESKTOP */
	/* all banner caption */
	.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{
	}
	.banner-item .banner-caption.id-5{
		transform: translate(-90%, -50%);
	}
    .banner-item .banner-caption.id-6{
		transform: translate(-11%, -100%);
	}
}
