.slick-container{
    display: flex;
    flex-direction: row;
    overflow-y: scroll;
    overflow-x: hidden;
}

.slick-container::-webkit-scrollbar {
    display: none;
  }

.slide {
    width: 250px;
    position: relative;
    overflow: hidden;
    margin: 0 15px
  }
  
  .slide img {
    max-width: 100%;
    position: relative;
    transition: all 1s ease-out;
  }
  
  .slide.slick-center img {
    transition: all 1s ease-out;
    opacity: 1;
  }
  
  .slick-prev,
  .slick-next {
    width: 60px;
    height: 60px;
    border: none;
    border-radius: 50%;
    margin: auto;
    position: absolute;
    z-index: 3000;
    top: 0;
    bottom: 0;
    cursor: pointer;
    outline: none;
  }
  
  .slick-next {
    right: calc(50% - 545px);
    text-indent: 1px
  }
  
  .slick-prev {
    left: calc(50% - 545px);
    text-indent: -2px
  }
  
  .slick-arrow {
    background: none;
    border: none;
    position: absolute;
    bottom: 33px;
    color: #fff;
    font-size: 1.5rem;
    padding: 0;
    width: 33px;
    height: 33px;
    line-height: 34px;
    text-align: center;
    cursor: pointer;
    z-index: 20;
    -webkit-transition: background-color .2s ease 0s;
    transition: background-color .2s ease 0s
  }
  
  .slick-arrow:hover {
    background-color: rgba(255, 255, 255, .2)
  }
  
  .slick-dots {
    position: absolute;
    bottom: 0;
    right: calc(50% - 432px);
    padding: 0;
    margin: 0;
    list-style: none
  }
  
  .slick-dots li {
    float: left;
    display: block;
    margin: 1rem .2rem;
    font-size: 0
  }
  
  .slick-dots button {
    border: 0;
    overflow: hidden;
    background: rgba(255, 255, 255, .4);
    width: .8rem;
    height: .8rem;
    border-radius: 50%;
    text-indent: 9999px;
    padding: 0
  }
  
  .slider .slick-dots .slick-active button {
    background: rgba(255, 255, 255, .8)
  }
  
  .text {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 0 33px 99px;
    color: #fff;
    z-index: 5;
    -webkit-transition: all .2s ease 0s;
    transition: all .2s ease 0s;
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
  
  .prev .text {
      text-align: right;
      float: right;
      
  }
  
  .slick-active .text {
    padding: 0 55px 99px
  }
  
  .category {
    text-transform: uppercase;
    color: #B71C1C;
  }
  
  .title {
    font-size: 1.1rem;
    line-height: 1.15em;
    margin: .4rem 0 0;
    font-weight: bolder;
    -webkit-transition: all .6s ease 0s;
    transition: all .6s ease 0s;
    color: #fff;
  }
  
  .slider.changing .text {
    -webkit-transform: translateY(100%);
    transform: translateY(100%)
  }
  
  .slick-active .title {
    margin-top: .8rem;
    font-size: 3.1rem;
    -webkit-transition: all .4s ease .2s;
    transition: all .4s ease .2s
  }
  
.summary {
  /*position: relative;
  height: auto;*/
  top: 300px;
  font-weight: 400;
  margin: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: all .4s ease 0s;
  transition: all .4s ease 0s
}
  
  .slick-active .summary {
    top: 5px;
    -webkit-transition: all .4s ease .2s;
    transition: all .4s ease .2s
  }
  
  .slide:before {
    content: "";
    display: block;
  }
  
  .slide figure:before,
  .slide figure:after {
    content: "";
    position: absolute;
    top: 10%;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, .25);
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .9) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, .9)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .9) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .9) 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .9) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .9) 100%)
  }
  
  .slide figure:before {
    top: 0;
    background: transparent;
    z-index: 1;
    -webkit-transition: background-color .4s ease 0s;
    transition: background-color .4s ease 0s
  }
  
  .slide:hover figure:before,
  .slide:focus figure:before {
    background: rgba(39, 37, 30, .6)
  }
  