/* CSS Document */
		.p8 {
			margin-top:4%;
		}
		
		.resCarousel-inner .item {
            /*! border: 1px solid #eee; */
            /*! vertical-align: top; */
            text-align: center;
        }
        
        .resCarousel-inner .item .tile .pro-img,
        .banner .item .pro-img .pro-image-01 {
            display: table;
            /*! width: 100%; */
            /*! min-height: 250px; */
            text-align: center;
            /*box-shadow: 0 1px 1px rgba(0, 0, 0, .1);*/
        }
        
        .resCarousel-inner .item .pro-img .pro-image-01 h1 {
            display: table-cell;
            vertical-align: middle;
            color: white;
        }
        
        /*.banner .item pro-img {
            background: url('demoImg.jpg') center top no-repeat;
            background-size: cover;
            min-height: 550px;
        }*/
        
        .item .tile .pro-img .pro-image-01 {
           /* background: url('demoImg.jpg') center center no-repeat;
            background-size: cover;*/
            height: 280px;
            color: white;
        }
        
        .item .pro-img h1 {
            background: rgba(0, 0, 0, .4);
        }