.slick-slide img {
  width: 100%;
  height: 30vw;
  max-height: 400px;
  min-height: 350px; 
  object-fit: cover;
}

.slick-dots {
  position: absolute;
  bottom: -7rem !important;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.slick-dotted.slick-slider {
  margin-bottom: 30px;
  width: 45% !important ;
  display: block !important;
  margin: auto !important;
}

.slick-next:before, .slick-prev:before {
  font-family: slick;
  font-size: 38px;
  line-height: 1;
  opacity: .75;
  color: #000 !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -13% !important;
}
.slick-next {
  right: -13% !important;
}

/* card */
.l-wrapper {
  margin: 3rem auto;
  width: 320px;
}

.voice {
  background-color: #fff;
  box-shadow: 0 0 8px rgba(0, 0, 0, .16);
  color: #212121;
  text-decoration: none;
}

.voice__header {
  position: relative;
  padding-top: 44rem;
}

.voice__title {
  padding: 1rem 1rem 0;
  font-size: 1.5rem;
}

.voice__thumbnail {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0;
}

.voice__image {
  width: 100%;
}

.voice__body {
  padding: 1rem;
}

.voice__text {
  font-size: 1.1rem;
}

.voice__text + .voice__text {
  margin-top: .5rem;
}

.voice__text.-number {
  text-align: right;
}

.voice__footer {
  padding: 1rem;
  border-top: 1px solid #ddd;
}

.button {
  display: inline-block;
  text-decoration: none;
  transition: background-color .3s ease-in-out;
}

.button.-compact {
  padding: .5rem 1rem;
  border-radius: .25rem;
  background-color: #26a69a;
  color: #fff;
  font-weight: bold;
}

.button.-compact:hover,
.button.-compact:focus {
  background-color: #80cbc4;
}

@media screen and (max-width: 599px) {
  .l-wrapper {
    margin: 3rem auto;
    width: 320px;
  }
  
  .voice {
    background-color: #fff;
    box-shadow: 0 0 8px rgba(0, 0, 0, .16);
    color: #212121;
    text-decoration: none;
  }
  
  .voice__header {
    position: relative;
    padding-top: 34rem;
  }
  
  .voice__title {
    padding: 1rem 1rem 0;
    font-size: 1.25rem;
  }
.slick-dotted.slick-slider {
  margin-bottom: 30px;
  width: 80% !important ;
  display: block !important;
  margin: auto !important;
}
}
/* card */
