/* Copyright © 2017 Brightstar Lottery. This software and all information contained therein is confidential and proprietary and shall not be duplicated, used, disclosed or disseminated in any way except as authorized by the applicable license agreement, without the express written permission of Brightstar Lottery. All authorized reproductions must be marked with this language. */
.info-block-winners-carousel {
  border: 1px solid #BCC5D0;
  border-radius: 5px;
  background-color: #F3F7FD;
  margin-top: 20px;
}
.info-block-winners-carousel .carousel-basic {
  padding: 0px 45px;
}
.info-block-winners-carousel .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.info-block-winners-carousel .slick-arrow {
  top: 35%;
}
.info-block-winners-carousel .slick-dots {
  position: inherit;
  margin-top: 15px;
}
.info-block-winners-carousel .slick-slide {
  height: auto;
  background-color: #fff;
  box-shadow: 0px 18px 18px -8px rgba(0, 0, 0, 0.15);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 5px;
  overflow: hidden;
  margin: 18px 5px;
}
.info-block-winners-carousel .slick-slide a {
  width: 200px;
  padding: 10px 0px;
}
.info-block-winners-carousel__actions {
  padding: 10px 0px;
  text-align: center;
}
