img {max-width:20%; }
.carousel{background:#f2f2f2; height:auto;}
.caption{padding:5%; text-align:left; background:#FFF; margin-top:0px; height:130px;}
.caption h4 {
	font-family: 'ABeeZee', sans-serif;
	padding-top:5%;
    font-size: 1.7rem;
	line-height:18px;
    color: #444;
    }
    .caption p {
		font-family: 'ABeeZee', sans-serif;
        font-size: 1.5rem;
        color: #999;
        }
        .btn.btn-mini {
            font-size: 0.63rem;
            }


/* Carousel Control */
.control-box {
    text-align: center;
    width: 100%;
    }
    .carousel-control{
        border: 0px;
        border-radius: 0px;
        display: inline-block;
        font-size: 32px;
        font-weight: 100;
        line-height: 24px;
        opacity: 0.5;
        padding: 4px 10px 4px;
       position: static;
        height: 30px;
        width: 30px;
		margin:0 auto; 
		margin-top:0%;
		background:#151816;
        }


/* Mobile Only */
@media (max-width: 767px) {
    .control-box {
    text-align: center;
    } 
}
@media (max-width: 479px) {
    .caption {
    word-break: break-all;
    }
}
@media screen and (max-width:480px) {
.carousel{height:auto; max-height:1300px;}	
}

