.ribbon {
  position: relative;
  background-size: cover;
  text-transform: uppercase;
  color: white;
}
.product-ribbon {
  width: 60px;
  height: 20px;
  line-height: 20px;
  padding-left: 25px;
  position: absolute;
  left: -15px;
  top: -5px;
  font-size: 10px;
}
.product-ribbon:before,
.product-ribbon:after {
  content: '';
  position: absolute;
}
.product-ribbon:before {
  height: 0;
  width: 0;
  top: -8.5px;
  left: 0.1px;
  border-bottom: 9px solid black;
  border-left: 9px solid transparent;
}
.product-ribbon:after {
  height: 0;
  width: 0;
  right: -14px;
  border-top: 8px solid transparent;
  border-bottom: 12px solid transparent;
}
.game-account-main {
  background: #e43;
}
.product-ribbon.game-account-main:after {
  border-left: 15px solid #e43;
}

.game-account-sub {
  background: #39d;
}
.product-ribbon.game-account-sub:after {
  border-left: 15px solid #39d;
}

@media (max-width: 768px) {
  .ribbon {
    height: 80px;
  }
}

.product-play-game {
    margin-top: -12px;
}

.product-play-game a.btn {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}
