/* Last Update : 2017-10-13 */
/* DO NOT EDIT THIS */

@import url('https://fonts.googleapis.com/css2?family=Libre+Franklin:wght@200;300;400;500;600;700;800;900&display=swap');

.banner-item .banner-caption{
	position: absolute;
}

/* all banner caption */
.banner-item .banner-caption {
    top: 32%;
    left: 38%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-family: 'Libre Franklin', sans-serif;
    font-size: 36px;
    text-transform: uppercase;
    font-weight: 700;
}

.bannerimg {
	width: 60%;
  margin: auto;
  margin-bottom: 30px;
}
.bannerbtn {
	margin-left: 10px;
}

/* 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{
	top: 32%;
	left: 65%;
	transform: translate(-50%, -50%);
	color: #fff;
	font-family: 'Libre Franklin', sans-serif;
	font-size: 36px;
	text-transform: uppercase;
	font-weight: 700;
	text-align: right;
	width: 50%;
}

@media screen and (max-width: 480px) {
	/* ONLY EDIT IF DIFFERENT WITH DESKTOP */
	/* all banner caption */
	.banner-item {
    margin-top: -21px;
}
	.banner-item .banner-caption {
    top: 42%;
    width: 80%;
    left: 45%;
    font-size: 18px;
    text-align: left;
}
.bannerbtn {
    margin-left: 5px;
    margin-top: 10px;
}
	.banner-item .banner-caption .bannertxt {
		text-shadow: 2px 2px 3px #333 !important;
	}
	.bannerimg {
    width: 70%;
    margin: auto;
    margin-top: 10px;
}
.banner-item .banner-caption.id-1 {
    top: 42%;
    left: 55%;
    width: 80%;
}

	/* 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{
	}
}
