 @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;
}
}

.bg-img { position: absolute; top:0; overflow: hidden; z-index:-1;}

@media (min-width: 768px) and (max-width: 1198px) {
	.bg-img {top: 300px;
	height: 400px;}

}

.bg-img::after {
  display: block;
  position: relative;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, #fff 100%);
  margin-top: -150px;
  height: 150px;
  width: 100%;
  content: '';
}


#cal_event_calendar .dayEventName {
    font-size: 90%;
    line-height: 14px;
}

#cal_event_calendar TD.eventDetailPopupDesc {
    line-height: 14px;
}

.bg-img img { max-width: 100%; margin:auto; width:100%;}

#ourpartners_hp .section-inner {position:relative; z-index: 10;}
#ourpartners_hp > h2 {
  font-weight: 400;
}

#smallNotificationPop .modal-content {
    max-width: 800px;
}