@import url('https://fonts.googleapis.com/css?family=Montserrat:400,600&display=swap');
@import url('https://fonts.googleapis.com/css?family=Noto+Sans:400,400i,700,700i&display=swap');
@import url('https://fonts.googleapis.com/css?family=Roboto:400,700&display=swap');
/*******************************************************************
DIN NEXT Font
*******************************************************************/
.section-header {
  font-size: 32px;
  text-align: center;
  text-transform: uppercase;
  margin: 30px auto 30px;
  font-family: 'Noto Sans', sans-serif;
  font-weight: 700;
}
.noise-gif {
  content: "";
  display: block;
  width: 100vw;
  height: 100vh;
  opacity: .17;
  background-image: url('../../../../../../../../../content/dam/atvi/callofduty/cod-touchui/kronos/home/common/noise-gif-square-anim.gif');
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  pointer-events: none;
  z-index: 10;
}
@keyframes arrow {
  0% {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 0;
  }
  25% {
    opacity: 1;
    -webkit-transform: translate(0, 2px);
    -moz-transform: translate(0, 2px);
    -ms-transform: translate(0, 2px);
    -o-transform: translate(0, 2px);
    transform: translate(0, 2px);
  }
  50% {
    opacity: 1;
    -webkit-transform: translate(0, 8px);
    -moz-transform: translate(0, 8px);
    -ms-transform: translate(0, 8px);
    -o-transform: translate(0, 8px);
    transform: translate(0, 8px);
  }
  75%,
  100% {
    -webkit-transform: translate(0, 10px);
    -moz-transform: translate(0, 10px);
    -ms-transform: translate(0, 10px);
    -o-transform: translate(0, 10px);
    transform: translate(0, 10px);
    opacity: 0;
  }
}
#games-featured {
  background: #000000;
  margin-bottom: -15vw;
}
#games-featured .inner-container {
  width: 90%;
  max-width: 1600px;
  margin: auto;
  position: relative;
  z-index: 10;
}
#games-featured .game-list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  -webkit-box-lines: multiple;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: flex-start;
  padding: 5vw 0;
}
#games-featured .game-entry {
  position: relative;
  overflow: hidden;
  flex: 1 1 33.3%;
  max-width: 33.3%;
  padding: 0 10px 25px;
}
#games-featured .game-entry a {
  display: block;
}
#games-featured .game-entry .game-cover {
  position: relative;
  width: 100%;
  padding-top: 100%;
  border-radius: 8px;
  background-size: auto 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
#games-featured .game-entry .game-cover-gradient {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#games-featured .game-entry .logo {
  max-width: 55%;
  padding-bottom: 25px;
}
#games-featured .game-entry .rating {
  font-family: 'DIN Next LT Pro', Arial, sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 18px;
  color: #ffffff;
}
#games-featured .game-entry:hover .game-cover {
  background-size: auto 110%;
}
#games-featured .game-entry:hover .title {
  color: #0768af;
}
@media only screen and (max-width: 1024px) {
  #games-featured .game-entry .rating {
    font-size: 12px;
  }
}
@media only screen and (max-width: 980px) {
  #games-featured .game-entry {
    flex: 1 1 50%;
    max-width: 50%;
  }
  #games-featured .game-entry .title {
    margin-bottom: 5px;
  }
}
@media only screen and (max-width: 600px) {
  #games-featured .game-list .game-entry {
    flex: 1 1 100%;
    max-width: 100%;
  }
}
