.promocode-container {
  background: #ffffff21;
  width: 80%;
  padding: 10px;
  text-align: center;
  font-size: 16px;
  line-height: 1.1;
  color: #fff;
  font-weight: 400;

  margin: 20px auto;
  max-width: 300px;
  flex-direction: column;
  display: flex;
}

.storepage_37 .sound-blaster-ae-9 .promocode-container {
  background: #4a4a4a21;
  color: #000;
}

.promocode-container .txt2{
  color: #ff0000;
  font-size: 20px;
  font-weight: bold;
}

.promocode-container .txt3{
  font-size: 14px;
}

@media screen and (min-width:768px) {

  .promocode-container {
    width: 100%;
    margin-left: 0;
}
  .product-hero-container.sound-blaster-x5 .promocode-container {
    left: calc(50vw + 75px);
    right: auto;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .storepage_37 .sound-blaster-x5 .pdtname-logo {
      width: 50%;
  }

  .storepage_37 .sound-blaster-x5 .product-tagline {
      width: 59%;
      max-width: 540px;
  }
}

/* @media screen and (min-width:992px) {
  .product-hero-container.sound-blaster-x5 .promocode-container {
    left: calc(50vw + 178px);
  }

  .promocode-container {
    left: calc(50vw + 185px);
  }
}

@media screen and (min-width:1200px) {
  .product-hero-container.sound-blaster-x5 .promocode-container {
    left: calc(50vw + 285px);
  }
  .promocode-container {
    left: calc(50vw + 285px);
  }
} */

@media screen and (max-width: 767px) {
  .product-hero-container .gallery-thumbnail>ul {
    margin-bottom: 30px;
  }
}