.content-character {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  z-index: 5;
}

.character-section {
  width: 100%;
}

.character-slick {
  transition: 0.2s;
  width: 80%;
}

.characters-slick {
  width: 70%;
}

.characters-list {
  position: relative;
  display: flex !important;
  justify-content: center;
  align-items: center;
  transition: 0.3s;
}

.characters-list .new-character {
  position: absolute;
  width: 50%;
  top: -12px;
  left: 6px;
}

.characters-list .hot-character {
  position: absolute;
  width: 50%;
  top: -12px;
  left: 6px;
}

.characters-list:hover {
  transform: scale(1.1);
  z-index: 1000;
}

.characters-slick .slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 120px 0 !important;
}

.slick-active div {
  background-image: none !important;
}

.slick-prev:before,
.slick-next:before {
  font-size: 30px !important;
  opacity: 0.8 !important;
  color: rgba(255, 255, 255) !important;
}
