/**** make home slide image taller if bigger than phone screen ****/
	.carousel-inner>.item>img, .carousel-inner>.item>a>img {
      /*  max-height:240px;*/
        width: 100%;
        min-height: 240px;
}
	.carousel-inner>.item {height: 240px;}	

@media (min-width: 768px) {
	.carousel-inner>.item>img, .carousel-inner>.item>a>img {
      /*  max-height:600px;*/
         width: 100%;
        min-height: 600px;
    }
	.carousel-inner>.item {height: 600px;}	
}

.thumbnail {
    border: 1px solid #ffffff;
    border-radius: 0;
}

.thumbnail a {position: relative;}
.thumbnail .caption {margin-top: 10px;}

.thumbnail, .img-thumbnail {
    -webkit-box-shadow: 0 0px 0px rgba(0,0,0,0.075);
    box-shadow: 0 0px 0px rgba(0,0,0,0.075);
}

span.text-content {
	background-color: #838386;
  	background: rgba(131,131,134,.95);
  	color: white;
  	display: table;
/*	position: absolute;
  	left: 0px;
	bottom: 20px;*/
/*	height: auto;
  	width: auto;*/
	opacity: 1;
    margin-bottom: 15px;
}

span.text-content span {
	display: table-cell;
	text-align: left;
	vertical-align:middle;
	padding: 10px;
}	