.view-all-articles a.view-all {
  display: block;
  color: #A4A09A;
  text-transform: uppercase;
  background-color: #363636;
  padding: 15px 0;
  text-align: center;
}
a.view-all:hover {
  text-decoration: none;
  background-color: #3C3B3B;
}
a.view-all:focus,
a.view-all:active,
a.view-all:visited {
  text-decoration: none;
}
a.view-all .view-ico,
a.view-all .view-ico {
  background-image: url('../../../../../../content/dam/atvi/support/product/server_stat_sprite.png');
  width: 19px;
  height: 24px;
  display: inline-block;
  background-position: 0 -69px;
  background-size: 100%;
  background-repeat: no-repeat;
  margin-left: 5px;
  vertical-align: middle;
}

@media (max-width: 1200px) {
  .product-2k16 .server-status {
    margin-top: 60px;
  }
}
@media (max-width: 991px) {
  .navbar-toggle {
    display: block;
    margin-right: 0px;
  }
  .navbar-collapse.collapse {
    display: none !important;
  }
  .navbar-header {
    float: none;
  }
  .product-2k16 .head-blk .content {
    padding: 0 15px;
  }
  .product-2k16 .head-blk .content img {
    margin-right: 20px;
  }
  .product-2k16 .head-blk .prod-info {
    position: absolute;
    width: 60%;
    left: 210px;
    top: 75px;
    font-size: 50%;
  }
  .product-2k16 .head-blk .content h1 {
    font-size: 30px;
  }
}
@media (max-width: 600px) {
  .product-2k16 .server-status {
    position: relative;
    float: left;
    margin-top: 5px;
  }
  .product-2k16 .server-status a {
    display: block;
    height: 25px;
  }
  .product-2k16 .server-status .ico {
    padding-left: 30px;
    background-size: 62%;
  }
  .product-2k16 .server-status .servhead {
    display: none;
  }
  .product-2k16 .head-blk .content h3 {
    margin-top: 10px;
  }
}
@media (max-width: 500px) {
  .product-2k16 .head-blk .content {
    top: 10px;
  }
  .product-2k16 .head-blk .content img {
    width: 21%;
    min-width: 80px;
    height: auto;
  }
  .product-2k16 .head-blk .prod-info {
    left: 0;
    top: 90px;
    width: 100%;
  }
}

