

.slider__item {
  position: relative;
  float: left;
  margin-bottom: 0;
  padding: 0;
  padding-right: .37%;
/*  height: 80%;*/
}

.slider__image{
  position: relative;
  float: right; 
  width: 100%;
  height: 55vh;
  max-height:70vh;
  background: #ddd;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 1em;
  color: rgba(0,0,0, .8);
  text-shadow: 0 1px 0 #fff;
  line-height: 1.5;
  margin: 0 auto 15px auto;
}

.slider__image:before, .slider__image:after
{
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 15px;
  left: 10px;
  width: 50%;
  top: 80%;
  max-width:300px;
  background: rgba(0, 0, 0, 0.7);
  -webkit-box-shadow: 0 15px 10px rgba(0,0,0, 0.7);
  -moz-box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7);
  box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7);
  -webkit-transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
}

.slider__image:after
{
  -webkit-transform: rotate(3deg);
  -moz-transform: rotate(3deg);
  -o-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
  right: 10px;
  left: auto;
}




.slider__image img {
  display: block;
  width: auto;
  height: 100%; 
  width: 100%;
  object-fit:cover;
}

.slider__switch span {
  color: #fff;
  display: block;
  width: 32px;
  height: 32px;
}
/* Arrows */
.slider__switch {
  position: absolute;
  top: 65%;
  margin-top: -20px;
  padding: 10px 5px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
       -o-user-select: none;
          user-select: none;
  border-radius: 1px;
  background: #000;
  opacity: .3;
  transition: opacity .15s ease;
  fill: #fff;

}


.slider__caption {
/*position: absolute;
bottom: 4em;
left: 0;
margin: 0 1em;
max-width: 500px;
color: #fff;
min-height: 15vh;
background: rgba(0, 0, 0, .8);
opacity: 0.9;*/



  position: absolute;
  bottom: 4em;
  left: 20%;
  right: 20%;
  margin: 0 1em;
  color: #fff;
  background: rgb(192, 22, 22);
  opacity: 0.9;
  text-align: center;
  padding: 1em;
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#99000000', endColorstr='#99000000');


}

.slider__caption h2{font-size:1.3em;}
.slider__caption p{
font-family:'Lato',sans-serif;
line-height: 1em;
padding: 1em;
font-size: 1em;
color: #fff;
}
