@import url('https://fonts.googleapis.com/css?family=Montserrat|Open+Sans|Open+Sans+Condensed:700');
@import url('https://fonts.googleapis.com/css?family=Oswald:300,400,600&amp;display=swap');
@import url('https://fonts.googleapis.com/css?family=Electrolize');
@import url('https://fonts.googleapis.com/css?family=Roboto&amp;display=swap');
.cod-gamemodes .desktop-bg {
  display: block;
}
.cod-gamemodes .mobile-bg {
  display: none;
}
.cod-gamemodes .content-container {
  display: flex;
}
.cod-gamemodes .col {
  position: relative;
  width: 50%;
  height: 400px;
}
.cod-gamemodes .col .bg {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: inherit;
}
.cod-gamemodes .col .content {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), #000000);
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 30px 50px;
}
@media screen and (max-width: 1024px) {
  .cod-gamemodes .desktop-bg {
    display: none;
  }
  .cod-gamemodes .mobile-bg {
    display: block;
  }
  .cod-gamemodes .content-container {
    display: block;
  }
  .cod-gamemodes .col {
    width: 100%;
  }
  .cod-gamemodes .col .content {
    padding: 30px 0 50px;
  }
  .cod-gamemodes .col .content h3,
  .cod-gamemodes .col .content p {
    width: 80%;
    margin: 0 auto;
  }
}
