.media-center-nav .nav-tabs {
  border-bottom: 0;
}
.media-center-nav .nav-item {
  position: relative;
  margin: 0 1rem;
  padding: .5rem 1rem;
  background: #fff;
  border: 1px solid #bd1000;
  border-radius: 4px;
}
.media-center-nav .nav-item.active, .media-center-nav .nav-item:hover {
  font-weight: normal;
  background:#bd1000;
  color: #fff;
}
.media-center-nav .nav-item.active::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0%;
  margin-left: -8px;
  margin-bottom: -8px;
  width: 0;
  height: 0;
  border-top: solid 8px #bd1000;
  border-left: solid 8px transparent;
  border-right: solid 8px transparent;
}
@media only screen and (max-width:767px) {
.media-center-nav .nav-item {
  margin: 0 1rem;
  padding: .5rem 1rem;
  font-size: 1.2rem;
}
}
.media-qrcode-wrapper {
  width: 20%;
  margin: 1rem 0;
  text-align: center;
}
.media-qrcode-wrapper img {
  width: 110px;
  height: 110px;
}
@media only screen and (max-width: 767px) {
.media-qrcode-wrapper {
  width: 33%;
}
}
@media only screen and (max-width: 374px) {
.media-qrcode-wrapper {
  width: 50%;
}
}
