/*#pageCarousel .carousel { z-index: -99; } /* keeps this behind all content */
/*.carousel > .carousel-inner > .item {
    position: fixed; 
    width: 100%; height: 100%;
    -webkit-transition: opacity 1s;
    -moz-transition: opacity 1s;
    -ms-transition: opacity 1s;
    -o-transition: opacity 1s;
    transition: opacity 1s;
}
.postpay.one {
    background: url(../images/slider/installment/1900x800_installment_postpay1.jpg);
    background-size: cover;
    -moz-background-size: cover;
}
.postpay.two {
    background: url(../images/slider/installment/1900x800_installment_postpay2.jpg);
    background-size: cover;
    -moz-background-size: cover;
}
.postpay.three {
    background: url(../images/slider/installment/1900x800_installment_postpay3.jpg);
    background-size: cover;
    -moz-background-size: cover;
}
.carousel .active.left {
    left:0;
    opacity:0;
    z-index:2;
}
*/

.item.installmentslider{
    background-size: cover;
    -moz-background-size: cover;
}

.section-one{
	height: 820px;
}
.section-one #carousel-installment,
.section-one #carousel-installment .carousel-inner{
	height: 800px;
}
.section-one .carousel-inner .item{
	background-size: cover;
	height: 100%;
}
.section-one .item.postpay1{
	background: url(../images/slider/installment/1900x800_installment_postpay1.jpg);
	background-position: 35% 50%;
}
.section-one .item.postpay2{
	background: url(../images/slider/installment/1900x800_installment_postpay2.jpg);
	background-position: 5% 50%;
}
.section-one .item.postpay3{
	background: url(../images/slider/installment/1900x800_installment_postpay3.jpg);
	background-position: 55% 50%;
}
.section-one .item.cashout1{
	background: url(../images/slider/installment/1900x800_installment_cashout1.jpg);
	background-position: 35% 50%;
}
.section-one .item.cashout2{
	background: url(../images/slider/installment/1900x800_installment_cashout2.jpg);
	background-position: 100% 50%;
}
.section-one .content-container{
	width: 100%;
	text-align: center;
	position: absolute;
	left: 0;
	top: 40%;
}

.full-img{
	height: 100%;
}
@media screen and (max-width: 768px){
	.full-img{
		height: 75%;
	}
	.full-img.balanceTransfer{
		background-position: 40% 50% !important;
	}
	.section-one{
		height: 620px;
	}
	.section-one #carousel-installment,
	.section-one #carousel-installment .carousel-inner{
		height: 600px;
	}
	.section-one .item.cashout1{
		background-position: 30% 50%;
	}
	.section-one .item.cashout2{
		background-position: 60% 50%;
	}
	.section-one .item.postpay1{
		background-position: 45% 50%;
	}
	.section-one .item.postpay2{
		background-position: 30% 50%;
	}
}
.full-img  .content-container{
	width: 100%;
	position: absolute;
	left: 0;
	top: 40%;
}