  .carousel {
    width:100%;
    height: 255px;
    display: relative;
background-image: linear-gradient( #085fe1,#085fe1,#fff, #fff);}
	border: 1px solid #ccc;
  }
  .carousel img {
    display: hidden; /* hide images until carousel prepares them */
    cursor: pointer; /* not needed if you wrap carousel items in links */
	width:200px;
	height:250px;
	
  }
  
  @media only screen and (max-width: 550px) {
.carousel {
    
background-image: linear-gradient( #085fe1,#085fe1,#fff, #fff);}
  }
  
  .carousel img {
    display: relative; /* hide images until carousel prepares them */
    cursor: pointer; /* not needed if you wrap carousel items in links */
	width:200px;
	height:250px;
	
	
  }
  
  
  }
  