﻿.quote {
  color:white;
}
.quote__detailsFull{
  height: 390px;
}
.testimonialFull:before {
  height: 5px;
}  
.testimonialFull{
  left: 0px;
  width:100%;
  height:100%;
  position:relative;
  background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
  padding: 20px 20px;
}

.pointer {
  cursor: pointer;
  }
.splide__arrow--next {
    right: 0.2em;
}
.splide__arrow--prev {
    left: 0.2em;
}

.splide__play-pause {
    font-weight: bold;
}    
@media screen and (min-width: 595px){
  .quote__detailsFull{
    height: 500px;
  } 
  .testimonialFull{
    margin:unset!important;
    height:auto;
    bottom: unset;
    top: 20px;
    left: 20px;
    width:40%;
  }
}

@media screen and (min-width: 768px){

  .quote {
    font-size: 120%;
    }
}

@media screen and (min-width: 1024px){
  .quote {
    font-size: 150%;
    }
}