/* config */
/* helpers */
/*==============================
 * media
 *==============================*/
/*==============================
 * ABSTRACT
 *==============================*/
/*==============================
 * media plain
 *==============================*/
/* This file is for juggernaut framework level mixins */
#battleworldInteractive .invisible {
  visibility: hidden; }
#battleworldInteractive .fadeUp {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-out;
  -moz-transition: opacity 0.25s ease-out;
  -ms-transition: opacity 0.25s ease-out;
  -o-transition: opacity 0.25s ease-out;
  transition: opacity 0.25s ease-out; }
#battleworldInteractive .lightbox {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.95);
  position: absolute;
  top: 0;
  left: 0;
  margin: auto;
  z-index: 800; }
  #battleworldInteractive .lightbox .loadingAnim {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 195px;
    height: 135px;
    z-index: 2;
    background: url("http://i.annihil.us/u/prod/marvel/html_blocks_assets/secretwars/i/cta/shadow-top.png") center -25px/100% 50% no-repeat, url("http://i.annihil.us/u/prod/marvel/html_blocks_assets/secretwars/i/map/texture.png"), -webkit-gradient(0deg, #151516, #252525);
    background: url("http://i.annihil.us/u/prod/marvel/html_blocks_assets/secretwars/i/cta/shadow-top.png") center -25px/100% 50% no-repeat, url("http://i.annihil.us/u/prod/marvel/html_blocks_assets/secretwars/i/map/texture.png"), -moz-gradient(0deg, #151516, #252525);
    background: url("http://i.annihil.us/u/prod/marvel/html_blocks_assets/secretwars/i/cta/shadow-top.png") center -25px/100% 50% no-repeat, url("http://i.annihil.us/u/prod/marvel/html_blocks_assets/secretwars/i/map/texture.png"), linear-gradient(0deg, #151516, #252525);
    border: 2px solid #4c4c4c;
    border: 8px solid transparent;
    -webkit-border-image: url("http://i.annihil.us/u/prod/marvel/html_blocks_assets/secretwars/i/map/border.png") 8 8 repeat;
    -o-border-image: url("http://i.annihil.us/u/prod/marvel/html_blocks_assets/secretwars/i/map/border.png") 8 8 repeat;
    border-image: url("http://i.annihil.us/u/prod/marvel/html_blocks_assets/secretwars/i/map/border.png") 8 8 repeat;
    text-align: center; }
    #battleworldInteractive .lightbox .loadingAnim p {
      font-family: "TradeGothicBold";
      font-size: 20px;
      position: relative;
      color: #ffffff;
      margin-top: 33px;
      margin-bottom: 8px; }
    #battleworldInteractive .lightbox .loadingAnim img {
      position: relative;
      margin-left: auto;
      margin-right: auto; }
  #battleworldInteractive .lightbox #battleContainer {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    border: 8px solid transparent;
    -webkit-border-image: url("http://i.annihil.us/u/prod/marvel/html_blocks_assets/secretwars/i/map/border.png") 8 8 repeat;
    -o-border-image: url("http://i.annihil.us/u/prod/marvel/html_blocks_assets/secretwars/i/map/border.png") 8 8 repeat;
    border-image: url("http://i.annihil.us/u/prod/marvel/html_blocks_assets/secretwars/i/map/border.png") 8 8 repeat; }
    #battleworldInteractive .lightbox #battleContainer #battleSubContainer {
      width: 100%;
      height: 100%; }
    #battleworldInteractive .lightbox #battleContainer #mapContainer iframe {
      position: relative;
      width: 100%;
      height: 100%;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
    #battleworldInteractive .lightbox #battleContainer #descriptionContainer {
      overflow: hidden; }

.notresponsive #battleworldInteractive .lightbox #battleContainer #mapContainer {
  position: relative;
  display: block;
  width: 100%;
  float: right;
  height: 100%;
  padding-left: 320px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
.notresponsive #battleworldInteractive .lightbox #battleContainer #descriptionContainer {
  position: absolute;
  width: 320px;
  height: 100%;
  z-index: 5; }

@media only screen and (min-width: 940px) {
  html #battleworldInteractive .lightbox #battleContainer #mapContainer {
    position: relative;
    display: block;
    width: 100%;
    float: right;
    height: 100%;
    padding-left: 320px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  html #battleworldInteractive .lightbox #battleContainer #descriptionContainer {
    position: absolute;
    width: 320px;
    height: 100%;
    z-index: 5; } }
@media only screen and (min-width: 0px) and (max-width: 939px) {
  .responsive #battleworldInteractive .lightbox #battleContainer #mapContainer {
    position: relative;
    width: 100%;
    height: 50%; }
    .responsive #battleworldInteractive .lightbox #battleContainer #mapContainer iframe {
      padding-top: 52px; }
  .responsive #battleworldInteractive .lightbox #battleContainer #descriptionContainer {
    position: relative;
    width: 100%;
    height: 50%; } }
#battleworldInteractive #battleContainer #descriptionContainer {
  background-color: #252525;
  background-image: url("http://i.annihil.us/u/prod/marvel/html_blocks_assets/secretwars/i/map/texture.png");
  background: url("http://i.annihil.us/u/prod/marvel/html_blocks_assets/secretwars/i/map/texture.png"), -webkit-gradient(0deg, #151515, #252525);
  background: url("http://i.annihil.us/u/prod/marvel/html_blocks_assets/secretwars/i/map/texture.png"), -moz-linear-gradient(0deg, #151515, #252525);
  background: url("http://i.annihil.us/u/prod/marvel/html_blocks_assets/secretwars/i/map/texture.png"), linear-gradient(0deg, #151515, #252525);
  color: #ffffff;
  box-shadow: inset 10px 0 10px -10px black; }
  #battleworldInteractive #battleContainer #descriptionContainer .intro h2,
  #battleworldInteractive #battleContainer #descriptionContainer .intro h3,
  #battleworldInteractive #battleContainer #descriptionContainer .intro .description,
  #battleworldInteractive #battleContainer #descriptionContainer .content h2,
  #battleworldInteractive #battleContainer #descriptionContainer .content h3,
  #battleworldInteractive #battleContainer #descriptionContainer .content.description {
    text-shadow: 2px 2px 0 black; }
  #battleworldInteractive #battleContainer #descriptionContainer .spacer {
    height: 63px; }
  #battleworldInteractive #battleContainer #descriptionContainer #logo {
    margin-top: -2px;
    margin-bottom: -57px; }
  #battleworldInteractive #battleContainer #descriptionContainer #navigation {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    height: 48px;
    width: 320px;
    background-image: url("http://i.annihil.us/u/prod/marvel/html_blocks_assets/secretwars/i/map/arrows.png");
    position: absolute;
    bottom: 0;
    margin-top: -20px;
    margin-bottom: -1px; }
    #battleworldInteractive #battleContainer #descriptionContainer #navigation .hit {
      z-index: 2;
      position: absolute;
      width: 50%;
      height: 48px;
      bottom: 0; }
      #battleworldInteractive #battleContainer #descriptionContainer #navigation .hit.prev {
        left: 0; }
      #battleworldInteractive #battleContainer #descriptionContainer #navigation .hit.next {
        right: 0; }
  #battleworldInteractive #battleContainer #descriptionContainer .intro, #battleworldInteractive #battleContainer #descriptionContainer .content {
    position: relative;
    overflow-y: auto;
    overflow-x: hidden;
    height: 100%;
    padding-left: 28px;
    padding-right: 28px; }
    #battleworldInteractive #battleContainer #descriptionContainer .intro::-webkit-scrollbar, #battleworldInteractive #battleContainer #descriptionContainer .content::-webkit-scrollbar {
      width: 10px; }
    #battleworldInteractive #battleContainer #descriptionContainer .intro::-webkit-scrollbar-track, #battleworldInteractive #battleContainer #descriptionContainer .content::-webkit-scrollbar-track {
      -webkit-box-shadow: inset 0 0 6px rgba(255, 255, 255, 0.3);
      border-radius: 0px; }
    #battleworldInteractive #battleContainer #descriptionContainer .intro::-webkit-scrollbar-thumb, #battleworldInteractive #battleContainer #descriptionContainer .content::-webkit-scrollbar-thumb {
      border-radius: 10px;
      -webkit-box-shadow: inset 0 0 6px rgba(100, 100, 100, 0.5);
      background: rgba(100, 100, 100, 0.8); }
    #battleworldInteractive #battleContainer #descriptionContainer .intro h2, #battleworldInteractive #battleContainer #descriptionContainer .intro h3, #battleworldInteractive #battleContainer #descriptionContainer .content h2, #battleworldInteractive #battleContainer #descriptionContainer .content h3 {
      font-family: "TradeGothicBold";
      font-size: 28px; }
    #battleworldInteractive #battleContainer #descriptionContainer .intro .description, #battleworldInteractive #battleContainer #descriptionContainer .content .description {
      font-size: 16px; }
    #battleworldInteractive #battleContainer #descriptionContainer .intro .imageHolder, #battleworldInteractive #battleContainer #descriptionContainer .content .imageHolder {
      position: relative;
      margin-bottom: 20px;
      margin-left: auto;
      margin-right: auto;
      width: auto;
      border: 1px solid #4c4c4c; }
      #battleworldInteractive #battleContainer #descriptionContainer .intro .imageHolder::before, #battleworldInteractive #battleContainer #descriptionContainer .content .imageHolder::before {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        box-shadow: inset 0px 0px 20px 0px black;
        -moz-box-shadow: inset 0px 0px 20px 0px black;
        -webkit-box-shadow: inset 0px 0px 20px 0px black; }
      #battleworldInteractive #battleContainer #descriptionContainer .intro .imageHolder::after, #battleworldInteractive #battleContainer #descriptionContainer .content .imageHolder::after {
        display: table;
        clear: both;
        content: ''; }
      #battleworldInteractive #battleContainer #descriptionContainer .intro .imageHolder img, #battleworldInteractive #battleContainer #descriptionContainer .content .imageHolder img {
        width: 100%;
        float: left; }
  #battleworldInteractive #battleContainer #descriptionContainer .pwrSldr_container {
    width: 100%;
    height: 100%; }
    #battleworldInteractive #battleContainer #descriptionContainer .pwrSldr_container .pwrSldr_wrapper {
      height: 100% !important; }
      #battleworldInteractive #battleContainer #descriptionContainer .pwrSldr_container .pwrSldr_wrapper #pwrSldr_battleworld {
        overflow: hidden;
        width: 100%;
        height: 100%; }
        #battleworldInteractive #battleContainer #descriptionContainer .pwrSldr_container .pwrSldr_wrapper #pwrSldr_battleworld .pwrSldr_ul {
          height: 100% !important;
          width: 100%; }
          #battleworldInteractive #battleContainer #descriptionContainer .pwrSldr_container .pwrSldr_wrapper #pwrSldr_battleworld .pwrSldr_ul .pwrSldr_li {
            height: 100%;
            width: 100%; }
            #battleworldInteractive #battleContainer #descriptionContainer .pwrSldr_container .pwrSldr_wrapper #pwrSldr_battleworld .pwrSldr_ul .pwrSldr_li:not(:last-child) {
              margin-right: 100px; }
            #battleworldInteractive #battleContainer #descriptionContainer .pwrSldr_container .pwrSldr_wrapper #pwrSldr_battleworld .pwrSldr_ul .pwrSldr_li .content h3 {
              font-size: 20px;
              text-transform: uppercase;
              margin-bottom: 15px; }
            #battleworldInteractive #battleContainer #descriptionContainer .pwrSldr_container .pwrSldr_wrapper #pwrSldr_battleworld .pwrSldr_ul .pwrSldr_li .content .description {
              margin-bottom: 25px; }
            #battleworldInteractive #battleContainer #descriptionContainer .pwrSldr_container .pwrSldr_wrapper #pwrSldr_battleworld .pwrSldr_ul .pwrSldr_li .content button {
              position: relative;
              display: block;
              margin: auto;
              margin-bottom: 20px;
              width: 100%;
              height: 44px;
              line-height: 42px;
              background-color: #8e1212;
              border: 1px solid #fded00;
              box-shadow: inset 0px 0px 17px -4px #fded00, 0px 0px 17px -4px #fded00; }
              #battleworldInteractive #battleContainer #descriptionContainer .pwrSldr_container .pwrSldr_wrapper #pwrSldr_battleworld .pwrSldr_ul .pwrSldr_li .content button:hover {
                box-shadow: none; }
              #battleworldInteractive #battleContainer #descriptionContainer .pwrSldr_container .pwrSldr_wrapper #pwrSldr_battleworld .pwrSldr_ul .pwrSldr_li .content button:active {
                outline: 0; }

.notresponsive #battleworldInteractive #battleContainer #descriptionContainer .intro .horizontal, .notresponsive #battleworldInteractive #battleContainer #descriptionContainer .content .horizontal {
  display: none; }
.notresponsive #battleworldInteractive #battleContainer #descriptionContainer .intro h2, .notresponsive #battleworldInteractive #battleContainer #descriptionContainer .content h2 {
  text-align: center;
  margin: 20px auto; }
.notresponsive #battleworldInteractive #battleContainer #descriptionContainer .pwrSldr_container {
  position: absolute;
  top: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 112px; }
  .notresponsive #battleworldInteractive #battleContainer #descriptionContainer .pwrSldr_container #pwrSldr_battleworld .pwrSldr_ul .pwrSldr_li .content h3 {
    text-align: center; }

@media only screen and (min-width: 940px) {
  html #battleworldInteractive #battleContainer #descriptionContainer .intro .horizontal, html #battleworldInteractive #battleContainer #descriptionContainer .content .horizontal {
    display: none; }
  html #battleworldInteractive #battleContainer #descriptionContainer .intro h2, html #battleworldInteractive #battleContainer #descriptionContainer .content h2 {
    text-align: center;
    margin: 20px auto; }
  html #battleworldInteractive #battleContainer #descriptionContainer .pwrSldr_container {
    position: absolute;
    top: 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 112px; }
    html #battleworldInteractive #battleContainer #descriptionContainer .pwrSldr_container #pwrSldr_battleworld .pwrSldr_ul .pwrSldr_li .content h3 {
      text-align: center; } }
@media only screen and (min-width: 0px) and (max-width: 939px) {
  .responsive #battleworldInteractive #battleContainer #descriptionContainer #logo {
    display: none; }
  .responsive #battleworldInteractive #battleContainer #descriptionContainer #navigation {
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto; } }
@media only screen and (min-width: 480px) and (max-width: 939px) {
  .responsive #battleworldInteractive #battleContainer #descriptionContainer .intro .imageHolder {
    margin-bottom: 100px; }
  .responsive #battleworldInteractive #battleContainer #descriptionContainer .intro, .responsive #battleworldInteractive #battleContainer #descriptionContainer .content {
    padding-top: 28px; }
    .responsive #battleworldInteractive #battleContainer #descriptionContainer .intro .table, .responsive #battleworldInteractive #battleContainer #descriptionContainer .content .table {
      display: table;
      position: relative;
      width: 100%;
      height: 100%; }
      .responsive #battleworldInteractive #battleContainer #descriptionContainer .intro .table .cell, .responsive #battleworldInteractive #battleContainer #descriptionContainer .content .table .cell {
        display: table-cell;
        vertical-align: top; }
        .responsive #battleworldInteractive #battleContainer #descriptionContainer .intro .table .cell.left, .responsive #battleworldInteractive #battleContainer #descriptionContainer .content .table .cell.left {
          width: 33%; }
        .responsive #battleworldInteractive #battleContainer #descriptionContainer .intro .table .cell.right, .responsive #battleworldInteractive #battleContainer #descriptionContainer .content .table .cell.right {
          width: 66%;
          padding-left: 20px; }
    .responsive #battleworldInteractive #battleContainer #descriptionContainer .intro .vertical, .responsive #battleworldInteractive #battleContainer #descriptionContainer .content .vertical {
      display: none; }
    .responsive #battleworldInteractive #battleContainer #descriptionContainer .intro h2, .responsive #battleworldInteractive #battleContainer #descriptionContainer .content h2 {
      margin-bottom: 20px; }
    .responsive #battleworldInteractive #battleContainer #descriptionContainer .intro .description center, .responsive #battleworldInteractive #battleContainer #descriptionContainer .content .description center {
      text-align: left !important; } }
@media only screen and (min-width: 0px) and (max-width: 479px) {
  .responsive #battleworldInteractive #battleContainer #descriptionContainer .intro .horizontal, .responsive #battleworldInteractive #battleContainer #descriptionContainer .content .horizontal {
    display: none; }
  .responsive #battleworldInteractive #battleContainer #descriptionContainer .intro h2, .responsive #battleworldInteractive #battleContainer #descriptionContainer .content h2 {
    text-align: center;
    margin: 20px auto; }
  .responsive #battleworldInteractive #battleContainer #descriptionContainer .intro .imageHolder, .responsive #battleworldInteractive #battleContainer #descriptionContainer .content .imageHolder {
    max-width: 280px; }
  .responsive #battleworldInteractive #battleContainer #descriptionContainer .pwrSldr_container #pwrSldr_battleworld .pwrSldr_ul .pwrSldr_li .content h3 {
    text-align: center; } }
#battleworldInteractive #mapContainer {
  background-color: #000000; }
  #battleworldInteractive #mapContainer #mapIE {
    left: 0;
    top: 0;
    width: 100%;
    margin: auto; }
    #battleworldInteractive #mapContainer #mapIE.landscape {
      width: 100%;
      height: auto; }
    #battleworldInteractive #mapContainer #mapIE.portrait {
      width: auto;
      height: 100%; }

@media only screen and (min-width: 0px) and (max-width: 939px) {
  .responsive #battleworldInteractive #mapContainer #mapIE {
    margin-top: 52px; } }
#battleworldInteractive .bwUI {
  display: inline-block;
  background-image: url("http://i.annihil.us/u/prod/marvel/html_blocks_assets/secretwars/i/map/icons.png");
  width: 32px;
  height: 32px;
  background-size: 240px 32px;
  -webkit-background-size: 240px 32px;
  -moz-background-size: 240px 32px; }
  #battleworldInteractive .bwUI.legend {
    background-position: 0px 0px; }
  #battleworldInteractive .bwUI.help {
    background-position: -28px 0px; }
  #battleworldInteractive .bwUI.share {
    background-position: -59px 0px; }
  #battleworldInteractive .bwUI.close {
    background-position: -90px 0px; }
  #battleworldInteractive .bwUI.pan {
    background-position: -123px 0px; }
  #battleworldInteractive .bwUI.zoom {
    background-position: -153px 0px; }
  #battleworldInteractive .bwUI.view {
    background-position: -183px 0px; }
#battleworldInteractive #keyContainer {
  position: absolute;
  top: 0;
  right: 0;
  text-align: right;
  z-index: 5;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  #battleworldInteractive #keyContainer #mapKey {
    color: #ffffff;
    background-color: #2c2c2c;
    display: inline-block;
    right: 0;
    z-index: 2;
    position: relative;
    margin-bottom: -5px; }
    #battleworldInteractive #keyContainer #mapKey .keyUI {
      padding: 10px;
      display: table-cell;
      cursor: pointer; }
      #battleworldInteractive #keyContainer #mapKey .keyUI.selected {
        background-color: #373737; }
      #battleworldInteractive #keyContainer #mapKey .keyUI.hidden {
        display: none; }
#battleworldInteractive #popContainer {
  position: absolute;
  right: 0;
  top: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 49px;
  padding-bottom: 15px;
  z-index: 1; }
  #battleworldInteractive #popContainer.legended {
    height: 100%; }
  #battleworldInteractive #popContainer .pop {
    position: relative;
    color: #ffffff;
    background-color: rgba(0, 0, 0, 0.8);
    width: 275px;
    max-height: 100%;
    border: 1px solid #2c2c2c;
    z-index: 1; }
    #battleworldInteractive #popContainer .pop .popHead {
      background-color: #373737;
      text-transform: uppercase;
      text-align: center;
      margin-bottom: 10px;
      font-family: "TradeGothicBold";
      padding: 15px;
      text-shadow: 2px 2px 0px #000; }
    #battleworldInteractive #popContainer .pop .popContent {
      position: relative;
      padding-left: 0px;
      padding-right: 0px;
      padding-bottom: 20px; }
      #battleworldInteractive #popContainer .pop .popContent ul::-webkit-scrollbar {
        width: 10px; }
      #battleworldInteractive #popContainer .pop .popContent ul::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
        border-radius: 0px; }
      #battleworldInteractive #popContainer .pop .popContent ul::-webkit-scrollbar-thumb {
        border-radius: 10px;
        -webkit-box-shadow: inset 0 0 6px rgba(100, 100, 100, 0.5);
        background: rgba(100, 100, 100, 0.8); }
      #battleworldInteractive #popContainer .pop .popContent li {
        font-size: 14px;
        display: block; }
    #battleworldInteractive #popContainer .pop#legendPop {
      height: 100%; }
      #battleworldInteractive #popContainer .pop#legendPop .popHead {
        position: absolute;
        left: 0;
        top: 0;
        z-index: 1;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: 100%; }
      #battleworldInteractive #popContainer .pop#legendPop .popContent {
        position: absolute;
        left: 0;
        top: 0;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        height: 100%;
        width: 100%;
        padding-top: 50px;
        padding-bottom: 35px; }
        #battleworldInteractive #popContainer .pop#legendPop .popContent ul {
          display: block;
          overflow: auto;
          height: 100%;
          padding-top: 15px;
          padding-bottom: 20px; }
      #battleworldInteractive #popContainer .pop#legendPop li {
        cursor: pointer;
        line-height: 1em;
        padding: 3px 13px; }
        #battleworldInteractive #popContainer .pop#legendPop li .classified {
          color: #ec1d15; }
        #battleworldInteractive #popContainer .pop#legendPop li .imminent {
          color: #aaaaaa; }
        #battleworldInteractive #popContainer .pop#legendPop li.selected {
          background-color: white;
          color: black;
          font-family: TradeGothicBold; }
    #battleworldInteractive #popContainer .pop#helpPop li {
      padding: 0 10px;
      line-height: 32px;
      margin-bottom: 0px; }

.device_NOT_HASTOUCH #battleworldInteractive #keyContainer #mapKey .keyUI.selected:hover {
  background-color: #373737; }
.device_NOT_HASTOUCH #battleworldInteractive #keyContainer #mapKey .keyUI:hover {
  background-color: #575757; }
.device_NOT_HASTOUCH #battleworldInteractive .pop#legendPop li:hover {
  background-color: white;
  color: black; }

.notresponsive #battleworldInteractive #keyContainer img {
  display: none; }
.notresponsive #battleworldInteractive #keyContainer #mapKey {
  border-left: 1px solid #3a3a3a; }

@media only screen and (min-width: 940px) {
  html #battleworldInteractive #keyContainer img {
    display: none; }
  html #battleworldInteractive #keyContainer #mapKey {
    border-left: 1px solid #3a3a3a; } }
@media only screen and (min-width: 0px) and (max-width: 939px) {
  .responsive #battleworldInteractive #keyContainer {
    overflow: hidden;
    width: 100%;
    height: 52px;
    background-color: #2c2c2c; }
    .responsive #battleworldInteractive #keyContainer img {
      position: absolute;
      z-index: 1; } }
@media only screen and (min-width: 800px) and (max-width: 939px) {
  .responsive #battleworldInteractive #keyContainer img {
    width: 200px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto; } }
@media only screen and (min-width: 480px) and (max-width: 799px) {
  .responsive #battleworldInteractive #keyContainer img {
    width: 150px; } }
@media only screen and (min-width: 0px) and (max-width: 799px) {
  .responsive #battleworldInteractive #keyContainer img {
    top: 0;
    left: -10px; } }
@media only screen and (min-width: 0px) and (max-width: 479px) {
  .responsive #battleworldInteractive #keyContainer img {
    width: 100px;
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto; } }
