.newGamesRectangle {
  width: 300px;
  height: 250px;
  background: #06c;
  overflow: hidden;
  background: linear-gradient(180deg, #06c 0, #002b98 100%);
}
.newGamesRectangle-title {
  text-align: left;
  padding: 10px;
  color: #fff;
  min-height: 39px;
}
.newGamesRectangle-title a {
  color: aqua;
  text-decoration: none;
  font-weight: 700;
  min-height: 19px;
}
.newGamesRectangle-title a:hover {
  color: yellow;
}
.newGamesRectangle-gametitle {
  color: #fff;
  font-weight: 700;
  padding-top: 5px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.slider {
  width: 92%;
  margin: 10px auto;
}
.slick-slide {
  margin: 0 20px;
}
.slick-slide img {
  width: 100%;
}
.slick-next:before,
.slick-prev:before {
  /* color: #000; */
}
.slick-slide {
  transition: all ease-in-out 0.3s;
  opacity: 1;
}
.slick-active {
  opacity: 1;
}
.slick-current {
  opacity: 1;
}
.slick-dots li.slick-active button:before {
  color: var(--aqua) !important;
}
a.slider-title{
  display: block;
}