.sp-mcu-board-poster {
  width: 175px;
  height: 540px;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
}
.sp-mcu-board-poster img {
  height: 540px;
  display: block;
  width: auto;
  margin-left: auto;
  margin-right: auto;
}

.sp-mcu {
  position: relative;
}
.sp-mcu .spu-mcu-overlay {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 10;
  background: linear-gradient(0deg, #000000 0%, rgba(0, 0, 0, 0) 54.91%);
}

.spu-mcu-title {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, #000000 13.29%, #000000 85.32%, rgba(0, 0, 0, 0) 100%);
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 20;
}

.bf-collapse .collapse-header .item.active {
  background-color: #DD0000 !important;
  color: #FFF !important;
}/*# sourceMappingURL=styles.css.map */