.ways-to-help-container .help-hero {
  background: url(../../../../../../../../content/dam/atvi/callofduty/cod-touchui/code/ways-to-help/help-hero.jpg) center top no-repeat;
  background-size: cover;
  height: 400px;
  position: relative;
  text-align: center;
}
.ways-to-help-container .help-hero .header {
  width: 50%;
  display: inline-block;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  text-transform: uppercase;
  color: white;
  font-size: 3804px;
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  font-family: "Helvetica Neue LT Std", Helvetica, Arial, sans-serif;
  font-style: normal;
}
.ways-to-help-container .help-container {
  padding: 0 20px;
  margin: 50px auto;
}
.ways-to-help-container .help-container .inner-container {
  width: 100%;
  max-width: 970px;
  height: 100%;
  padding: 0 20px;
  margin: 50px auto;
}
.ways-to-help-container .help-container .inner-container:after {
  content: "";
  clear: both;
  height: 0;
  visibility: hidden;
  display: block;
}
.ways-to-help-container .help-container .inner-container .entry {
  float: left;
  width: 45%;
  margin-right: 10%;
  margin-bottom: 10%;
  text-align: center;
  color: #f47d79;
  font-family: "Helvetica Neue LT Std", Helvetica, Arial, sans-serif;
  font-style: normal;
}
.ways-to-help-container .help-container .inner-container .entry .thumb-bg {
  height: 0;
  padding-bottom: 56.25%;
}
.ways-to-help-container .help-container .inner-container .entry:nth-child(even) {
  margin-right: 0;
}
.ways-to-help-container .help-container .inner-container .entry .title {
  margin-bottom: 20px;
  font-weight: bold;
}
.ways-to-help-container .help-container .inner-container .entry img {
  height: 200px;
  width: 100%;
  margin: 0 auto 20px;
}
.ways-to-help-container .help-container .inner-container .entry .click-here {
  margin-top: 20px;
}
.ways-to-help-container .help-container .inner-container .entry .click-here a {
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  color: #f47d79;
}
.ways-to-help-container .help-container .inner-container .entry .download-tile-link {
  margin-top: 15px;
}
.ways-to-help-container .help-container .inner-container .entry .download-tile-link a {
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  color: #f47d79;
}
@media screen and (max-width: 768px) {
  .ways-to-help-container .help-hero {
    height: 250px;
    background-size: cover;
  }
  .ways-to-help-container .help-hero .header {
    font-size: 24px;
    width: 90%;
  }
  .ways-to-help-container .help-container {
    margin: 40px auto;
    padding: 0 10px;
  }
  .ways-to-help-container .help-container .inner-container {
    display: block;
    text-align: center;
  }
  .ways-to-help-container .help-container .inner-container .entry {
    margin-bottom: 40px;
    display: block;
    text-align: center;
    width: 90%;
    margin-left: 20px;
  }
  .ways-to-help-container .help-container .inner-container .entry .title {
    margin-bottom: 10px;
  }
  .ways-to-help-container .help-container .inner-container .entry img {
    margin: 0 auto 10px;
    height: auto;
  }
}
.help-box-modal {
  width: 100%;
  max-width: 300px;
  height: auto;
  position: fixed;
  top: -1000px;
  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%);
  z-index: 9999;
  padding: 0 20px;
  border: 2px solid #ffffff;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.help-box-modal.active {
  top: 50%;
}
.help-box-modal .modal-close {
  width: 50px;
  height: 50px;
  position: absolute;
  top: -50px;
  right: -50px;
  cursor: pointer;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  z-index: 99999;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
  .help-box-modal .modal-close {
    top: 0;
    right: 0;
  }
}
@media screen and (max-width: 1024px) {
  .help-box-modal .modal-close {
    top: -60px;
    right: 0;
  }
}
.help-box-modal .modal-close:after {
  content: "+";
  color: #ffffff;
  font-size: 60px;
  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%);
}
.help-box-modal .modal-links a {
  display: block;
  padding: 20px;
  margin: 20px auto;
  font-size: 20px;
  text-align: center;
  text-decoration: none;
  font-family: "Helvetica Neue LT Std", Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-style: normal;
  color: #ffffff;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
@media screen and (max-width: 640px) {
  .help-box-modal .modal-links a {
    text-rendering: optimizeSpeed;
  }
}
@media screen and (min-width: 641px) {
  .help-box-modal .modal-links a {
    text-rendering: optimizeLegibility;
  }
}
.help-box-modal .modal-links a:hover {
  color: #f47d79;
}
@media only screen and (max-width: 1024px) {
  .help-box-modal {
    width: 100%;
  }
}
.help-box-modal-bg {
  background: rgba(0, 0, 0, 0.8);
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1105;
  display: none;
}
