.titlecontainer {
  width:100%;
  max-width:1170px;
  height:auto;
  overflow:hidden;
}
.titlefeature {
  background-image:url('/images/landing/pcs/games/lp/r6bg2.jpg');
  background-repeat:no-repeat;
  background-size:cover;
  width:100%;
  height:180px;
  text-align:center;
}
.titlefeature img {
  margin:5px auto;
}
.titleheader {
  background-color:#272727;
  width:100%;
  height:auto;
  float:left;
  border-bottom: 5px solid #64ffce;
}
.titleheadertxt {
  padding-left:20px !important;
  padding-top:10px;
  padding-bottom:10px;
  float:left;
  width:100%;
}
.titleheadertxt h1 {
  font-family:'Montserrat-Medium';
  color:#ffffff;
  font-size:18pt;
  text-transform:uppercase;
  margin-bottom:5px;
}
.titleheadertxt h2 {
  font-family:'Montserrat-Light';
  color:#ffffff;
  font-size:12pt;
  text-transform:uppercase;
}
@media only screen and (max-width: 640px) {
  .titleheadertxt {
    padding-left:10px !important;
    padding-top:10px;
    padding-bottom:10px;
    margin-right:10px;
  }
  .titleheadertxt h1 {
    font-size:4vw;
  }
  .titleheadertxt h2 {
    font-size:3vw;
  }
  .titlefeature {
    height:auto;
  }
  .titlefeature img {
    margin:25px auto;
    width:80%;
  }
}
