

.carousel-full, .carousel-full .item {
    height: 100%;
}

.carousel-full .carousel-inner {
    height: 100%;
}

/* Background images are set within the HTML using inline CSS, not here */

.carousel-full .fill {
    width: 100%;
    height: 100%;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
	background-color: #222;
}


.carousel-full .carousel-caption {
    font-family: 'Lato';
    position: absolute;
    left: auto;
    right: 10%;
    bottom: 10%;
    width: 50%;
    line-height: 120%;
    letter-spacing: 0px;
    text-align: right;
    font-weight: 400;
    font-style: normal;
    font-size: 140%;
   /* text-shadow: 1px 1px 2px #000; */
}



.carousel-control.left, .carousel-control.right{ width: 10%; }




@media (max-width: 768px)
{


.carousel-full  .carousel-caption {
	font-family: 'Lato';
	position: absolute;
left: auto;
right: 10%;
bottom: 15%;
width: 65%;
line-height: 120%;
letter-spacing: 2px;
text-align: right;
font-weight: normal;
font-style: normal;
font-size: 110%;
text-shadow: 1px 1px 2px #000;
}
    



}







