/*!
 * 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: 100%;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.slider-iframe
{
  min-height: 600px;
    width: 100%;
    border: 0;
    margin-top: 100px;
}

@media (max-width:600px)  { 
  .carousel-item {
    /* height: 80% !important; */
    background-size: contain;
  }
  .slider-iframe
{
  min-height: 150px;
    width: 100%;
    border: 0;
    margin-top: 100px;
}
 }

 .carousel-indicators li
 {
 position: relative;
 -webkit-box-flex: 0;
 -ms-flex: 0 1 auto;
 flex: 0 1 auto;
 width: 10px;
 height: 10px;
 margin-right: 3px;
 margin-left: 3px;
 text-indent: -999px;
 background-color: rgba(255,255,255,.5);
 border-radius: 30px;
}
