
/* DO NOT MODIFY THIS FILE! PUT ALL YOUR CSS CUSTOMIZATIONS INTO CUSTOM.CSS */

@import url('./SimpleSlider-v.1.9.0/dist/simpleSlider.min.css');

.simple-slider .slider-slide {
  background-position: center center;
}

div.simple-slider {
  height: 55vw;
  max-height: 32em;
  width: 100%;
  margin: 0;
  border: 1px #ccc solid;
  border-radius: 0.2em;
}

div.slider-slide {
  width: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-color: #ddd;
}

.slider-btn {
  stroke: rgb(255,0,255);
  stroke-width: 2;
}
