



.carousel-fade .carousel-control {
  z-index: 2;
} 
@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-fade .carousel-inner > .item.next.left,
    .carousel-fade .carousel-inner > .item.prev.right,
    .carousel-fade .carousel-inner > .item.active {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
} 

    html,
    body,
    .carousel,
    .carousel-inner,
    .carousel-inner .item {
      height: 100%;

    } 
    .item:nth-child(1) {
      background:url(b1.jpg) no-repeat center;
	  	   background-size: 91%;
  background-position: center center;
  background-repeat: no-repeat;
    }

    .item:nth-child(2) {
      background:url(b2.jpg);
  background-size: 91%;
  background-position: center center;
  background-repeat: no-repeat;
    }

   	
	
	
/*
@media only screen and (min-width:320px) {	
	    .item:nth-child(1) {
       background:url(w1.jpg) no-repeat center top;

    }

    .item:nth-child(2) {
      background:url(w2.jpg) no-repeat center top;

    }
	
 
}	
@media only screen and (min-width:500px) {	
	    .item:nth-child(1) {
       background:url(b1.jpg) no-repeat center top;
    }

    .item:nth-child(2) {
       background:url(b2.jpg) no-repeat center top;
    } 
		   
}	

@media only screen and (min-width:900px) {	
	    .item:nth-child(1) {
       background:url(b1.jpg) no-repeat center top;
	     background-size: 90%;
    }

    .item:nth-child(2) {
       background:url(b2.jpg) no-repeat center top;
	     background-size: 90%;
    } 
		   
}	

**/
@media(max-width:520px){
    .carousel{ height:auto; }
    .carousel-inner>.item{
        height:300px;
        background-size:100% 100%;
    }
}





