.scrolling-text-wrapper {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  position: relative;
}

.scrolling-text {
  display: inline-block;
  white-space: nowrap;
  position: relative;
  text-align: center;
}
.img-fluid {
  max-width: 100%;
  height: auto;
  display: block;
}
.responsive-image {
  max-width: 100%;
  height: auto;
  display: block;
  width: 100%;
  object-fit: contain;
}

.fa-autoturret {
  display: inline-block;
  font-size: 24px;
  width: 1em;
  height: 1em;
  background-image: url("../item_images/autoturret.png");
  background-size: cover;
  background-position: center;
}
.fa-ak {
  display: inline-block;
  font-size: 24px;
  width: 1em;
  height: 1em;
  background-image: url("../item_images/rifle.ak.png");
  background-size: cover;
  background-position: center;
}
.fa-stones {
  display: inline-block;
  font-size: 24px;
  width: 1em;
  height: 1em;
  background-image: url("../item_images/stones.png");
  background-size: cover;
  background-position: center;
}
.fa-metal-fragments {
  display: inline-block;
  font-size: 24px;
  width: 1em;
  height: 1em;
  background-image: url("../item_images/metal.fragments.png");
  background-size: cover;
  background-position: center;
}
.fa-building-plan {
  display: inline-block;
  font-size: 24px;
  width: 1em;
  height: 1em;
  background-image: url("../item_images/building.planner.png");
  background-size: cover;
  background-position: center;
}
.fa-test-generator {
  display: inline-block;
  font-size: 24px;
  width: 1em;
  height: 1em;
  background-image: url("../item_images/electric.generator.small.png");
  background-size: cover;
  background-position: center;
}
.fa-scrap {
  display: inline-block;
  font-size: 24px;
  width: 1em;
  height: 1em;
  background-image: url("../item_images/scrap.png");
  background-size: cover;
  background-position: center;
}
.fa-rocketbasic {
  display: inline-block;
  font-size: 24px;
  width: 1em;
  height: 1em;
  background-image: url("../item_images/ammo.rocket.basic.png");
  background-size: cover;
  background-position: center;
}
.fa-ak.fa-2x,
.fa-autoturret.fa-2x,
.fa-stones.fa-2x,
.fa-metal-fragments.fa-2x,
.fa-building-plan.fa-2x,
.fa-test-generator.fa-2x,
.fa-rocketbasic.fa-2x,
.fa-scrap.fa-2x {
  font-size: 2em;
  width: 2em;
  height: 2em;
}

.fa-ak.fa-3x,
.fa-autoturret.fa-3x,
.fa-stones.fa-3x,
.fa-metal-fragments.fa-3x,
.fa-building-plan.fa-3x,
.fa-test-generator.fa-3x,
.fa-rocketbasic.fa-3x,
.fa-scrap.fa-3x {
  font-size: 3em;
  width: 3em;
  height: 3em;
}

.badge.bg-vip {
  background: #40264b !important;
  color: #fff !important;
  font-size: medium;
}
.badge.bg-staff {
  background: rgb(9, 30, 49) !important;
  color: #fff !important;
  font-size: medium;
}
.badge.bg-owner {
  background: rgb(6, 17, 70) !important;
  color: #fff !important;
  font-size: medium;
}
.badge.bg-girlies {
  background: rgb(95, 2, 87) !important;
  color: #fff !important;
  font-size: medium;
}
.badge.bg-lads {
  background: rgb(23, 71, 102) !important;
  color: #fff !important;
  font-size: medium;
}
.badge.bg-linked {
  background: #0a2c18 !important;
  color: #fff !important;
  font-size: medium;
}
.badge.bg-xbox {
  background: #0a2c18 !important;
  color: #fff !important;
  font-size: medium;
}
.badge.bg-playstation {
  background: #102b3d !important;
  color: #fff !important;
  font-size: medium;
}
.btn-block {
  display: block;
  width: 100%;
}
.badge {
  line-height: 12px;
}
