.toto-carryOver--winner .toto-carryOver-description {
  min-width: 0;
  display: block;
}

.toto-carryOver--winner {
  background: url("../img/winner_bg_pc.jpg") no-repeat center bottom;
  background-size: cover;
}

.toto-carryOver--winner img {
  width: 100%;
}

@media screen and (max-width: 750px) {
  .toto-carryOver--winner {
    background: url("../img/winner_bg_sp.jpg") no-repeat center bottom;
  }
}
