 @media only screen and (min-width: 1500px) {
                    .internal #home-carousel .carousel, .internal #home-carousel .carousel-inner, .internal #home-carousel .carousel-inner > .item {
                                    max-height: 740px;
                                    overflow: hidden;
                    }
                }

#home-carousel .item::after {
    background: #000;
    background: -moz-linear-gradient(left, transparent 0%, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 0%);
    background: -webkit-gradient(left left, left bottom, color-stop(0%, transparent), color-stop(0%, rgba(0, 0, 0, 0)), color-stop(0%, rgba(0, 0, 0, 0)));
    background: -webkit-linear-gradient(left, transparent 0%, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 0%);
    background: -o-linear-gradient(left, transparent 0%, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 0%);
    background: -ms-linear-gradient(left, transparent 0%, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 0%);
    background: linear-gradient(to right, transparent 0%, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 0%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000', endColorstr='#000', GradientType=0 );
    content: "";
    bottom: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.KittenCam_caption .KittenCam_heading {
	color: #000;
    
}

@media (max-width: 990px) and (min-width: 768px)
.bg-img {
    top: 0;
}

@media (max-width: 650px) {
#animal_gallery .carousel-inner {
	max-height: 350px;
}
}