/*!
 * Start Bootstrap - Full Slider (https://startbootstrap.com/template-overviews/full-slider)
 * Copyright 2013-2017 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-full-slider/blob/master/LICENSE)
 */

.carousel-item {
  height: 100vh;
    top:0px;    
 /* min-height: 300px;
  max-height:600px; */
  background: no-repeat center center scroll;
  -webkit-background-size: content;
  -moz-background-size: content;
  -o-background-size: content;
  background-size: content;
/*border-radius: 50px 50% 280cm 0em;  
box-shadow: 15px 0px #834d34;*/
}



@media only screen and (max-width: 960px) {
.carousel-item {
  height: 50vh;
    top:0px;    

 /* min-height: 300px;
  max-height:600px; */
  background: no-repeat center center scroll;
  -webkit-background-size: content;
  -moz-background-size: content;
  -o-background-size: content;
  background-size: content; 
/*border-radius: 50px 50% 280cm 0em;  
box-shadow: 15px 0px #834d34;*/
}
}


