#hero-menus #hero-menu-games {
  display: none;
  position: fixed;
  left: 20%;
  top: 48px;
  font-weight: normal;
  line-height: 1.5em;
  font-size: 110%;
  z-index: 9999;
}

#hero-menus #hero-menu-games a {
  color: #000000;
}

#hero-menus #hero-menu-games > div {
  background: #FFF;
  overflow: auto;
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.15) inset, 0 9px 12px 0 rgba(0, 0, 0, 0.5);
  padding: 19px;
  margin-top: 5px;
}
#hero-menus #hero-menu-games div .col {
  float: left;
  margin-right: 14px;
}
#hero-menus #hero-menu-games div .col.col1 {
  width: 162px;
}
#hero-menus #hero-menu-games div .col.col1 .trending a {
  font-weight: 800;
}
#hero-menus #hero-menu-games div .col.col1 .trending .image {
  margin: 15px 0 0 0;
}
#hero-menus #hero-menu-games div .col.col2 {
  width: 169px;
}
#hero-menus #hero-menu-games div .col.col2 .game-links {
  margin-bottom: 20px;
}
#hero-menus #hero-menu-games div .col.col2 .game-links a {
  color: #0070d9;
  font-weight: 600;
}
#hero-menus #hero-menu-games div .col.col3 {
  width: 142px;
}
#hero-menus #hero-menu-games div .col.col4 {
  width: 164px; /*124px*/
  margin-right: 0;
}
#hero-menus #hero-menu-games div .col.tags .field-items .field-item {
  display: inline-block;
  font-weight: 200;
  line-height: 24px;
  margin: 5px 5px 5px 0;
  padding: 0 5px 0 5px;
  xbackground-color: #f1f1f1;
  background-image: linear-gradient(to bottom, #edeff0, #e0e3e3);
  border: 1px solid #cbcbcb;
  border-radius: 3px;
}
#hero-menus #hero-menu-games div .col .header {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  margin-top: 0;
}



@media screen and (max-width: 995px) {
  #hero-menus,
  #hero-menu-games {
    display: none;
  }
}
