.selectricWrapper {
  position: relative;
  margin: .25rem 0 0;
  min-width: 220px;
  cursor: pointer;
  border-radius: 2px;
}
.selectricResponsive {
  width: 100%;
}
.selectric {
  background-color: #000;
  position: relative;
  color: #ffffff;
}
.selectric .label {
  font-size: 1rem;
  text-transform: uppercase;
  text-align: left;
  color: #ffffff;
  font-family: "CCGeekSpeak", Helvetica, sans-serif;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  padding: 0 20px 0 0;
  line-height: 20px;
}
@media screen and (max-width: 640px) {
  .selectric .label {
    text-rendering: optimizeSpeed;
  }
}
@media screen and (min-width: 641px) {
  .selectric .label {
    text-rendering: optimizeLegibility;
  }
}
.selectric .button {
  padding: 0;
  position: absolute;
  right: 10px;
  top: 0;
  width: 20px;
  height: 20px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  display: block;
}
.selectric .button:after {
  content: "";
  position: absolute;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url('../../../../../content/dam/atvi/callofduty/blackops3/utils/select-box-arrow.svg');
}
.selectric-empty .button {
  display: none;
}
.selectricOpen {
  z-index: 9999;
}
.selectricOpen .selectric {
  z-index: 9999;
}
.selectricOpen .selectricItems {
  display: block;
}
.selectricOpen .label {
  color: #febe23;
}
.selectricDisabled {
  opacity: 0.5;
  cursor: default;
  -webkit-touch-callout: none;
  user-select: none;
}
.selectricHideSelect {
  position: relative;
  overflow: hidden;
  width: 0;
  height: 0;
}
.selectricHideSelect select {
  position: absolute;
  left: -100%;
  display: none;
}
.selectricInput {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 1px !important;
  height: 1px !important;
  outline: none !important;
  border: none !important;
  *font: NaN a !important;
  background: none !important;
}
/* Items box */
.selectricItems {
  display: none;
  position: absolute;
  overflow-y: auto;
  overflow-x: hidden;
  top: 100%;
  left: 0;
  background: #000;
  z-index: 9998;
}
.selectricItems .selectricScroll {
  height: 100%;
  overflow: auto;
}
.selectricAbove .selectricItems {
  top: auto;
  bottom: 100%;
}
.selectricItems ul,
.selectricItems li {
  list-style: none;
  padding: 0;
  margin: 0;
  line-height: 16px;
  min-height: 16px;
}
.selectricItems li {
  font-size: 1rem;
  text-transform: uppercase;
  text-align: left;
  color: #ffffff;
  font-family: "CCGeekSpeak", Helvetica, sans-serif;
  -webkit-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  -ms-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
  position: relative;
  display: block;
  padding: 5px 0 6px;
  cursor: pointer;
}
@media screen and (max-width: 640px) {
  .selectricItems li {
    text-rendering: optimizeSpeed;
  }
}
@media screen and (min-width: 641px) {
  .selectricItems li {
    text-rendering: optimizeLegibility;
  }
}
.selectricItems li:hover {
  background-color: transparent;
}
.selectricItems li.selected {
  background-color: transparent;
}
.selectricItems li.disabled {
  background-color: #F5F5F5;
  color: #BBB;
  border-top-color: #FAFAFA;
  cursor: default;
}
.selectricWrapper .beta {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  padding: 0;
  position: absolute;
  right: 6px;
  margin: auto;
  top: 0;
  bottom: 0;
}
.selectricWrapper .label .beta {
  display: none;
}
.selectricScroll::-webkit-scrollbar {
  width: 8px;
}
.selectricScroll::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 6px;
  border-radius: 6px;
}
.selectricScroll::-webkit-scrollbar-thumb {
  -webkit-border-radius: 6px;
  border-radius: 6px;
  background: #ff7319;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}
.selectricScroll::-webkit-scrollbar-thumb:window-inactive {
  background: rgba(51, 51, 51, 0.4);
}

.crash-hero {
  margin-bottom: 10px;
  min-height: 565px;
}
.crash-hero:after {
  background-color: #000000;
  background-image: url("../../../../../content/dam/atvi/Crash/rope-divider.png");
  background-repeat: repeat-x;
  bottom: -10px;
  content: "";
  height: 10px;
  left: 0;
  position: absolute;
  width: 100%;
}
.crash-hero .crash-trailer-overlay {
  width: 80%;
  max-width: 1000px;
  height: auto;
  position: fixed;
  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%);
  z-index: 1106;
  top: -1000px;
  background-image: url("../../../../../content/dam/atvi/Crash/gallery-frame.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 1%;
  background-color: #000000;
  transition: top 1s ease;
}
.crash-hero .crash-trailer-overlay.active {
  top: 50%;
}
@media only screen and (max-width: 500px) {
  .crash-hero .crash-trailer-overlay {
    width: 65%;
  }
}
.crash-hero .crash-trailer-overlay .overlay-close {
  background-image: url("../../../../../content/dam/atvi/Crash/crash-sprite.png");
  background-position: -4px -234px;
  height: 35px;
  width: 40px;
  position: absolute;
  right: -50px;
  top: 0;
  cursor: pointer;
}
.crash-hero .crash-trailer-overlay .tube-player-container {
  height: 0;
  width: 100%;
  padding-bottom: 56.25%;
  position: relative;
}
.crash-hero .crash-trailer-overlay .tube-player-container #tubeplayer-player-container-1 {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}
.crash-hero .crash-trailer-overlay-bg {
  background: rgba(0, 0, 0, 0.8);
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1105;
  display: none;
}
#crash-bgvid-container {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 0;
  overflow: hidden;
}
#crash-bgvid {
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  z-index: 0;
  /*    
    .tablet({
		display: none;
    });
*/
}
.crash-hero-container {
  position: absolute;
  left: 50%;
  top: 45%;
  -webkit-transform: translate(-50%, 0%);
  -moz-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  -o-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  width: 100%;
  max-width: 850px;
  z-index: 10;
}
.crash-hero-container .crash-heading {
  text-indent: -200%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  overflow: hidden;
  color: transparent;
  font-size: 12px;
  width: 100%;
  max-width: 834px;
  height: 14vw;
  max-height: 88px;
  min-height: 50px;
}
.crash-hero-container .crash-subheading {
  margin-top: 10px;
  color: #ffffff;
  font-family: "CCGeekSpeak", Helvetica, sans-serif;
  font-size: 43px;
  text-transform: uppercase;
  text-shadow: 3px 3px 0 #000000, -1px -1px 0 #000000, 1px -1px 0 #000000, -1px 1px 0 #000000, 1px 1px 0 #000000;
  text-align: center;
}
@media only screen and (max-width: 945px) {
  .crash-hero-container .crash-subheading {
    font-size: 36px;
  }
}
@media only screen and (max-width: 480px) {
  .crash-hero-container .crash-subheading {
    font-size: 30px;
  }
}
.crash-hero-container .play-button {
  display: block;
  height: 102px;
  width: 102px;
  background-image: url("../../../../../content/dam/atvi/Crash/crash-sprite.png");
  cursor: pointer;
  margin: 0px auto 30px;
  background-size: 360px auto;
  background-position: 6px 4px;
  background-repeat: no-repeat;
}
.crash-hero-container .play-button:hover {
  background-position: -96px 4px;
}
/* =================================== */
.crash-more-videos {
  margin-bottom: 10px;
  height: auto;
  background-image: url("../../../../../content/dam/atvi/Crash/crash-social-bg.jpg");
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
}
.crash-more-videos:after {
  background-color: #000000;
  background-image: url("../../../../../content/dam/atvi/Crash/rope-divider.png");
  background-repeat: repeat-x;
  bottom: -10px;
  content: "";
  height: 10px;
  left: 0;
  position: absolute;
  width: 100%;
}
.crash-more-videos .crash-more-videos-container {
  position: relative;
  width: 100%;
  padding: 15px 20px 30px 20px;
  text-align: center;
}
@media only screen and (max-width: 850px) {
  .crash-more-videos .crash-more-videos-container {
    padding: 15px 0 30px 0;
  }
}
.crash-more-videos .crash-more-videos-container .more-videos {
  position: relative;
  display: inline-block;
  width: 23%;
  max-width: 255px;
  padding: 0 0 0 0;
  margin: 15px 0.5% 0 0.5%;
  vertical-align: top;
}
@media only screen and (max-width: 850px) {
  .crash-more-videos .crash-more-videos-container .more-videos {
    width: 45%;
    max-width: none;
  }
}
.crash-more-videos .crash-more-videos-container .more-videos .more-videos-thumbnail {
  position: relative;
  background-image: url("../../../../../content/dam/atvi/Crash/gallery-frame.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center top;
  padding: 1%;
  cursor: pointer;
}
.crash-more-videos .crash-more-videos-container .more-videos .more-videos-thumbnail:before {
  background-image: url("../../../../../content/dam/atvi/Crash/crash-sprite.png");
  background-position: 0 0;
  background-size: 271px auto;
  content: "";
  width: 71px;
  height: 71px;
  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%);
}
@media only screen and (max-width: 600px) {
  .crash-more-videos .crash-more-videos-container .more-videos .more-videos-thumbnail:before {
    background-size: 160px auto;
    width: 40px;
    height: 40px;
  }
}
.crash-more-videos .crash-more-videos-container .more-videos .more-videos-thumbnail:hover:before {
  background-position: -77px 0;
}
@media only screen and (max-width: 600px) {
  .crash-more-videos .crash-more-videos-container .more-videos .more-videos-thumbnail:hover:before {
    background-position: -45px 0;
  }
}
.crash-more-videos .crash-more-videos-container .more-videos .more-videos-thumbnail img {
  width: 100%;
  display: block;
}
.crash-more-videos .crash-more-videos-container .more-videos p {
  color: #ffffff;
  font-family: "CCGeekSpeak", Helvetica, sans-serif;
  font-size: 16px;
  line-height: 22px;
  margin-top: 10px;
  text-shadow: 2px 2px 1px #000;
  text-transform: uppercase;
  text-align: left;
}
@media only screen and (max-width: 480px) {
  .crash-more-videos .crash-more-videos-container .more-videos p {
    font-size: 14px;
    line-height: 20px;
    margin-top: 5px;
  }
}
/*
.tube-player-container {
	height: 0;
    width: 100%;
    padding-bottom: 56.25%;
    position: relative;
}

#tubeplayer-player-container-1 {
	height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}
*/

.crash-newcrash {
  z-index: 10;
  height: 50vw;
  margin-bottom: 36px;
  min-height: 404px;
  background-image: url("../../../../../content/dam/atvi/Crash/crash-bg.jpg");
}
.crash-newcrash:after {
  content: "";
  height: 36px;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: -36px;
  background-image: url("../../../../../content/dam/atvi/Crash/pattern-divider.jpg");
  background-size: auto 100%;
  box-shadow: 0 5px 10px 5px #000;
}
@media only screen and (max-width: 988px) {
  .crash-newcrash {
    margin-bottom: 26px;
  }
  .crash-newcrash:after {
    height: 26px;
    bottom: -26px;
  }
}
@media only screen and (max-width: 650px) {
  .crash-newcrash {
    background-image: url("../../../../../content/dam/atvi/Crash/crash-bg-mobile.jpg");
    height: 600px;
    background-size: cover;
    background-position: center top;
  }
}
.crash-newcrash .newcrash-content {
  left: 50%;
  position: absolute;
  bottom: 50%;
  -webkit-transform: translate(0, 50%);
  -moz-transform: translate(0, 50%);
  -ms-transform: translate(0, 50%);
  -o-transform: translate(0, 50%);
  transform: translate(0, 50%);
  width: 482px;
}
.crash-newcrash .newcrash-content .newcrash-header {
  text-indent: -200%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  overflow: hidden;
  color: transparent;
  font-size: 12px;
  height: 135px;
}
.crash-newcrash .newcrash-content .newcrash-subheader {
  color: #ffffff;
  font-family: "CCGeekSpeak", Helvetica, sans-serif;
  font-size: 48px;
  text-transform: uppercase;
  text-shadow: 3px 3px 0 #000000, -1px -1px 0 #000000, 1px -1px 0 #000000, -1px 1px 0 #000000, 1px 1px 0 #000000;
  margin-top: 20px;
}
.crash-newcrash .newcrash-content p {
  color: #ffffff;
  font-family: "CCGeekSpeak", Helvetica, sans-serif;
  font-size: 18px;
  line-height: 24px;
  margin-top: 20px;
  text-shadow: 2px 2px 1px #000;
  text-transform: uppercase;
}
@media only screen and (max-width: 988px) {
  .crash-newcrash .newcrash-content {
    width: auto;
    left: 43%;
  }
  .crash-newcrash .newcrash-content .newcrash-subheader {
    font-size: 38px;
  }
  .crash-newcrash .newcrash-content p {
    font-size: 14px;
    line-height: 18px;
  }
}
@media only screen and (max-width: 650px) {
  .crash-newcrash .newcrash-content {
    left: 0;
    bottom: 2%;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    width: 100%;
  }
  .crash-newcrash .newcrash-content .newcrash-header {
    margin: 0 20px;
    height: 110px;
  }
  .crash-newcrash .newcrash-content .newcrash-subheader {
    font-size: 28px;
    padding-left: 20px;
  }
  .crash-newcrash .newcrash-content p {
    font-size: 12px;
    line-height: 14px;
    padding: 0 20px;
  }
}
.crash-newcrash .crash-character {
  background-image: url("../../../../../content/dam/atvi/Crash/crash-character.png");
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: contain;
  max-height: 826px;
  min-height: 452px;
  height: 55vw;
  width: 391px;
  position: absolute;
  right: 52%;
  bottom: -60px;
  z-index: 100;
}
@media only screen and (max-width: 650px) {
  .crash-newcrash .crash-character {
    display: none;
  }
}
.crash-newcrash .aku-character {
  background-image: url("../../../../../content/dam/atvi/Crash/AkuAku_still.png");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: contain;
  height: 24vw;
  max-height: 392px;
  position: absolute;
  right: 70%;
  top: 0;
  width: 273px;
  z-index: 99;
}
@media only screen and (max-width: 988px) {
  .crash-newcrash .aku-character {
    display: none;
  }
}

.crash-oldcrash {
  z-index: 9;
  background-image: url("../../../../../content/dam/atvi/Crash/oldcrash-bg.jpg");
  padding: 80px 0 0;
  min-height: 620px;
  margin-bottom: 36px;
}
.crash-oldcrash:after {
  content: "";
  height: 36px;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: -36px;
  background-image: url("../../../../../content/dam/atvi/Crash/pattern-divider.jpg");
  background-size: auto 100%;
  box-shadow: 0 5px 10px 5px #000;
}
@media only screen and (max-width: 988px) {
  .crash-oldcrash {
    margin-bottom: 26px;
    padding: 40px 0 0;
  }
  .crash-oldcrash:after {
    height: 26px;
    bottom: -26px;
  }
}
@media only screen and (max-width: 850px) {
  .crash-oldcrash {
    min-height: 800px;
  }
}
@media only screen and (max-width: 650px) {
  .crash-oldcrash {
    min-height: 800px;
  }
}
.crash-oldcrash .oldcrash-title {
  text-indent: -200%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  overflow: hidden;
  color: transparent;
  font-size: 12px;
  height: 88px;
  margin: 0 20px;
}
.crash-oldcrash .arrow-left,
.crash-oldcrash .arrow-right {
  background-image: url("../../../../../content/dam/atvi/Crash/crash-sprite.png");
  display: block;
  height: 74px;
  position: absolute;
  top: 40%;
  width: 70px;
  cursor: pointer;
}
@media only screen and (max-width: 480px) {
  .crash-oldcrash .arrow-left,
  .crash-oldcrash .arrow-right {
    width: 40px;
    height: 40px;
    background-size: 154px auto;
  }
}
.crash-oldcrash .arrow-left {
  left: -5px;
  background-position: -100px -76px;
}
.crash-oldcrash .arrow-left:hover {
  background-position: -189px -72px;
}
@media only screen and (max-width: 480px) {
  .crash-oldcrash .arrow-left {
    background-position: -56px -45px;
  }
  .crash-oldcrash .arrow-left:hover {
    background-position: -107px -41px;
  }
}
.crash-oldcrash .arrow-right {
  right: -5px;
  background-position: -100px -156px;
}
.crash-oldcrash .arrow-right:hover {
  background-position: -196px -155px;
}
@media only screen and (max-width: 480px) {
  .crash-oldcrash .arrow-right {
    background-position: -58px -94px;
  }
  .crash-oldcrash .arrow-right:hover {
    background-position: -112px -90px;
  }
}
.crash-oldcrash .oldcrash-container {
  width: 80%;
  height: 100%;
  overflow: hidden;
  position: relative;
  margin: 0 auto;
}
.crash-oldcrash .oldcrash-content {
  width: 100%;
  height: 340px;
  max-width: 1300px;
  margin: 40px auto 0;
  position: relative;
}
@media only screen and (max-width: 988px) {
  .crash-oldcrash .oldcrash-content {
    margin: 20px auto 0;
    height: 425px;
  }
}
@media only screen and (max-width: 850px) {
  .crash-oldcrash .oldcrash-content {
    height: 635px;
  }
}
@media only screen and (max-width: 650px) {
  .crash-oldcrash .oldcrash-content {
    height: 600px;
  }
}
@media only screen and (max-width: 450px) {
  .crash-oldcrash .oldcrash-content {
    height: 500px;
  }
}
.crash-oldcrash .oldcrash-content .crash-container {
  position: absolute;
  left: 100%;
  top: 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%;
  transition: all 1s ease-in-out;
  display: none;
}
.crash-oldcrash .oldcrash-content .crash-container.active {
  left: 50%;
  display: block;
}
.crash-oldcrash .oldcrash-content .crash-container.setupBefore {
  left: -150%;
}
.crash-oldcrash .oldcrash-content .crash-container.before {
  left: -150%;
  display: block;
}
.crash-oldcrash .oldcrash-content .crash-container.setupAfter {
  left: 150%;
}
.crash-oldcrash .oldcrash-content .crash-container.after {
  left: 150%;
  display: block;
}
.crash-oldcrash .oldcrash-content .crash0-container .crash-game {
  width: 30%;
  padding-top: 30%;
  margin-left: 2%;
  margin-right: 1%;
}
@media only screen and (max-width: 480px) {
  .crash-oldcrash .oldcrash-content .crash0-container .crash-game {
    float: none;
    width: 46%;
    padding-top: 46%;
    margin: 0 auto 10px;
  }
}
.crash-oldcrash .oldcrash-content .crash-game {
  background-size: cover;
  float: left;
  padding-top: 28%;
  width: 28%;
  margin-right: 3%;
}
@media only screen and (max-width: 480px) {
  .crash-oldcrash .oldcrash-content .crash-game {
    width: 100px;
    height: 100px;
  }
}
.crash-oldcrash .oldcrash-content .crash-game-title {
  color: #ffffff;
  font-family: "CCGeekSpeak", Helvetica, sans-serif;
  text-transform: uppercase;
  font-size: 44px;
  text-shadow: 3px 3px 0 #000000, -3px -3px 0 #000000, 3px -3px 0 #000000, -3px 3px 0 #000000, 0px 3px 0 #000000, 3px 0px 0 #000000, 0px -3px 0 #000000, -3px 0px 0 #000000;
  margin-bottom: 15px;
}
@media only screen and (max-width: 650px) {
  .crash-oldcrash .oldcrash-content .crash-game-title {
    font-size: 40px;
  }
}
@media only screen and (max-width: 480px) {
  .crash-oldcrash .oldcrash-content .crash-game-title {
    font-size: 24px;
  }
}
.crash-oldcrash .oldcrash-content .crash-game-copy {
  color: #ffffff;
  font-family: "CCGeekSpeak", Helvetica, sans-serif;
  font-size: 18px;
  line-height: 28px;
  text-transform: uppercase;
  width: 69%;
  float: right;
  text-shadow: 3px 3px 0 #000000, -1px -1px 0 #000000, 1px -1px 0 #000000, -1px 1px 0 #000000, 1px 1px 0 #000000;
}
@media only screen and (max-width: 650px) {
  .crash-oldcrash .oldcrash-content .crash-game-copy {
    float: left;
    font-size: 14px;
    line-height: 24px;
    width: 100%;
    margin-top: 20px;
  }
}
.crash-oldcrash .oldcrash-content .crash-game-copy .crash-game-media {
  position: relative;
  width: 100%;
  padding-top: 5px;
}
@media only screen and (max-width: 650px) {
  .crash-oldcrash .oldcrash-content .crash-game-copy .crash-game-media {
    text-align: center;
  }
}
.crash-oldcrash .oldcrash-content .crash-game-copy .crash-game-media .crash-game-media-thumbnail {
  position: relative;
  display: inline-block;
  background-image: url("../../../../../content/dam/atvi/Crash/gallery-frame.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center top;
  padding: 0.3%;
  cursor: pointer;
  width: 23%;
  max-width: 255px;
  margin: 15px 1% 0 0;
  vertical-align: top;
}
@media only screen and (max-width: 850px) {
  .crash-oldcrash .oldcrash-content .crash-game-copy .crash-game-media .crash-game-media-thumbnail {
    width: 45%;
    max-width: none;
    padding: 0.5%;
  }
}
.crash-oldcrash .oldcrash-content .crash-game-copy .crash-game-media .crash-game-media-thumbnail.video:before {
  background-image: url("../../../../../content/dam/atvi/Crash/crash-sprite.png");
  background-position: 0 0;
  background-size: 160px auto;
  content: "";
  width: 40px;
  height: 40px;
  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%);
}
@media only screen and (max-width: 850px) {
  .crash-oldcrash .oldcrash-content .crash-game-copy .crash-game-media .crash-game-media-thumbnail.video:before {
    background-size: 271px auto;
    width: 71px;
    height: 71px;
  }
}
@media only screen and (max-width: 450px) {
  .crash-oldcrash .oldcrash-content .crash-game-copy .crash-game-media .crash-game-media-thumbnail.video:before {
    background-size: 160px auto;
    width: 40px;
    height: 40px;
  }
}
.crash-oldcrash .oldcrash-content .crash-game-copy .crash-game-media .crash-game-media-thumbnail.video:hover:before {
  background-position: -45px 0;
}
@media only screen and (max-width: 850px) {
  .crash-oldcrash .oldcrash-content .crash-game-copy .crash-game-media .crash-game-media-thumbnail.video:hover:before {
    background-position: -77px 0;
  }
}
@media only screen and (max-width: 450px) {
  .crash-oldcrash .oldcrash-content .crash-game-copy .crash-game-media .crash-game-media-thumbnail.video:hover:before {
    background-position: -45px 0;
  }
}
.crash-oldcrash .oldcrash-content .crash-game-copy .crash-game-media .crash-game-media-thumbnail img {
  width: 100%;
  display: block;
}
.crash-oldcrash-overlay .media-overlay {
  width: 80%;
  max-width: 1000px;
  height: auto;
  position: fixed;
  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%);
  display: none;
  z-index: 11;
}
@media only screen and (max-width: 500px) {
  .crash-oldcrash-overlay .media-overlay {
    width: 65%;
  }
}
.crash-oldcrash-overlay .media-overlay .media-overlay-image {
  background-image: url("../../../../../content/dam/atvi/Crash/gallery-frame.png");
  background-size: 100% 100%;
  padding: 1%;
}
.crash-oldcrash-overlay .media-overlay .media-overlay-image img {
  width: 100%;
}
.crash-oldcrash-overlay .media-overlay .media-overlay-video {
  background-image: url("../../../../../content/dam/atvi/Crash/gallery-frame.png");
  background-size: 100% 100%;
  padding: 1%;
}
.crash-oldcrash-overlay .media-overlay .media-overlay-video .tube-player-container {
  height: 0;
  width: 100%;
  padding-bottom: 56.25%;
  position: relative;
}
.crash-oldcrash-overlay .media-overlay .media-overlay-video .tube-player-container #tubeplayer-player-container-2 {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}
.crash-oldcrash-overlay .media-overlay .media-overlay-arrow-left,
.crash-oldcrash-overlay .media-overlay .media-overlay-arrow-right {
  background-image: url("../../../../../content/dam/atvi/Crash/crash-sprite.png");
  display: block;
  height: 74px;
  width: 70px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
}
@media only screen and (max-width: 988px) {
  .crash-oldcrash-overlay .media-overlay .media-overlay-arrow-left,
  .crash-oldcrash-overlay .media-overlay .media-overlay-arrow-right {
    width: 40px;
    height: 40px;
    background-size: 154px auto;
  }
}
@media only screen and (max-width: 480px) {
  .crash-oldcrash-overlay .media-overlay .media-overlay-arrow-left,
  .crash-oldcrash-overlay .media-overlay .media-overlay-arrow-right {
    width: 40px;
    height: 40px;
    background-size: 154px auto;
  }
}
.crash-oldcrash-overlay .media-overlay .media-overlay-arrow-left {
  left: -90px;
  background-position: -100px -76px;
}
.crash-oldcrash-overlay .media-overlay .media-overlay-arrow-left:hover {
  background-position: -189px -72px;
}
@media only screen and (max-width: 988px) {
  .crash-oldcrash-overlay .media-overlay .media-overlay-arrow-left {
    left: -60px;
    background-position: -56px -45px;
  }
  .crash-oldcrash-overlay .media-overlay .media-overlay-arrow-left:hover {
    background-position: -107px -41px;
  }
}
@media only screen and (max-width: 480px) {
  .crash-oldcrash-overlay .media-overlay .media-overlay-arrow-left {
    background-position: -56px -45px;
  }
  .crash-oldcrash-overlay .media-overlay .media-overlay-arrow-left:hover {
    background-position: -107px -41px;
  }
}
.crash-oldcrash-overlay .media-overlay .media-overlay-arrow-right {
  right: -90px;
  background-position: -100px -156px;
}
.crash-oldcrash-overlay .media-overlay .media-overlay-arrow-right:hover {
  background-position: -196px -155px;
}
@media only screen and (max-width: 988px) {
  .crash-oldcrash-overlay .media-overlay .media-overlay-arrow-right {
    right: -60px;
    background-position: -58px -94px;
  }
  .crash-oldcrash-overlay .media-overlay .media-overlay-arrow-right:hover {
    background-position: -112px -90px;
  }
}
@media only screen and (max-width: 480px) {
  .crash-oldcrash-overlay .media-overlay .media-overlay-arrow-right {
    background-position: -58px -94px;
  }
  .crash-oldcrash-overlay .media-overlay .media-overlay-arrow-right:hover {
    background-position: -112px -90px;
  }
}
.crash-oldcrash-overlay .media-overlay .media-overlay-close {
  background-image: url("../../../../../content/dam/atvi/Crash/crash-sprite.png");
  background-position: -4px -234px;
  height: 35px;
  width: 40px;
  position: absolute;
  right: -50px;
  cursor: pointer;
}
.crash-oldcrash-overlay .media-overlay-bg {
  background: rgba(0, 0, 0, 0.8);
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  display: none;
}

.crash-ad-unit {
  height: 35vw;
  min-height: 700px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 500px) {
  .crash-ad-unit {
    min-height: 750px;
  }
}
.crash-ad-unit .crash-ad-unit-content {
  max-width: 1300px;
  padding: 5% 30px 7%;
  margin: 0 auto;
}
@media only screen and (max-width: 900px) {
  .crash-ad-unit .crash-ad-unit-content {
    padding: 10% 30px 7%;
  }
}
.crash-ad-unit .crash-ad-unit-content .crash-ad-unit-logo {
  height: 189px;
  max-height: 189px;
  text-indent: -200%;
  background-size: contain;
  background-repeat: no-repeat;
  overflow: hidden;
  color: transparent;
  font-size: 12px;
  background-position: center center;
  text-align: center;
  margin: 0 auto 50px;
}
@media only screen and (max-width: 500px) {
  .crash-ad-unit .crash-ad-unit-content .crash-ad-unit-logo {
    width: 100%;
  }
}
.crash-ad-unit .crash-ad-unit-content .crash-ad-unit-header {
  width: 90%;
  height: auto;
  max-width: 770px;
  margin: 0 auto;
}
.crash-ad-unit .crash-ad-unit-content .crash-ad-unit-header .crash-ad-unit-app-icon {
  width: 20%;
  margin-right: 5%;
  vertical-align: top;
  display: inline-block;
}
@media only screen and (max-width: 500px) {
  .crash-ad-unit .crash-ad-unit-content .crash-ad-unit-header .crash-ad-unit-app-icon {
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }
}
.crash-ad-unit .crash-ad-unit-content .crash-ad-unit-header .crash-ad-unit-app-icon img {
  width: 100%;
}
@media only screen and (max-width: 500px) {
  .crash-ad-unit .crash-ad-unit-content .crash-ad-unit-header .crash-ad-unit-app-icon img {
    width: 40%;
    min-width: 130px;
  }
}
.crash-ad-unit .crash-ad-unit-content .crash-ad-unit-header .crash-ad-unit-titles {
  width: 73%;
  vertical-align: top;
  display: inline-block;
}
@media only screen and (max-width: 500px) {
  .crash-ad-unit .crash-ad-unit-content .crash-ad-unit-header .crash-ad-unit-titles {
    width: 100%;
    margin-top: 40px;
  }
}
.crash-ad-unit .crash-ad-unit-content .crash-ad-unit-header .crash-ad-unit-titles .crash-ad-unit-subtitle {
  font-family: "CCGeekSpeak", Helvetica, sans-serif;
  color: #ffffff;
  font-size: 63px;
  text-shadow: 3px 3px 0 #000000, -1px -1px 0 #000000, 1px -1px 0 #000000, -1px 1px 0 #000000, 1px 1px 0 #000000;
  text-transform: uppercase;
  text-align: left;
  margin: 0 0 0 0;
}
@media only screen and (max-width: 950px) {
  .crash-ad-unit .crash-ad-unit-content .crash-ad-unit-header .crash-ad-unit-titles .crash-ad-unit-subtitle {
    font-size: 55px;
  }
}
@media only screen and (max-width: 830px) {
  .crash-ad-unit .crash-ad-unit-content .crash-ad-unit-header .crash-ad-unit-titles .crash-ad-unit-subtitle {
    font-size: 50px;
  }
}
@media only screen and (max-width: 750px) {
  .crash-ad-unit .crash-ad-unit-content .crash-ad-unit-header .crash-ad-unit-titles .crash-ad-unit-subtitle {
    font-size: 35px;
  }
}
@media only screen and (max-width: 560px) {
  .crash-ad-unit .crash-ad-unit-content .crash-ad-unit-header .crash-ad-unit-titles .crash-ad-unit-subtitle {
    font-size: 27px;
  }
}
@media only screen and (max-width: 500px) {
  .crash-ad-unit .crash-ad-unit-content .crash-ad-unit-header .crash-ad-unit-titles .crash-ad-unit-subtitle {
    width: 100%;
    text-align: center;
  }
}
.crash-ad-unit .crash-ad-unit-content .crash-ad-unit-app-stores {
  margin: 50px auto 0;
  text-align: center;
}
.crash-ad-unit .crash-ad-unit-content .crash-ad-unit-app-stores:after {
  content: "";
  clear: both;
  height: 0;
  visibility: hidden;
  display: block;
}
@media only screen and (max-width: 500px) {
  .crash-ad-unit .crash-ad-unit-content .crash-ad-unit-app-stores {
    margin-top: 40px;
  }
}
.crash-ad-unit .crash-ad-unit-content .crash-ad-unit-app-stores li {
  width: 175px;
  display: inline-block;
  margin: 0 1% 15px 1%;
}
.crash-ad-unit .crash-ad-unit-content .crash-ad-unit-app-stores li .large_button {
  padding: 10px 15px 10px 15px;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  display: inline-block;
  width: 165px;
  text-align: left;
  text-decoration: none;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.85);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin-bottom: 5px;
  margin-right: 2px;
}
.crash-ad-unit .crash-ad-unit-content .crash-ad-unit-app-stores li .large_button span.icon {
  width: 30px;
  height: 35px;
  display: block;
  background: url('../../../../../content/dam/atvi/Crash/crashmoji/app-store-icons-sprite.png') no-repeat top left;
  float: left;
  margin-right: 12px;
}
.crash-ad-unit .crash-ad-unit-content .crash-ad-unit-app-stores li .large_button small {
  font-size: 10px;
  font-weight: bold;
  display: block;
  color: #fff;
  text-shadow: 0px 1px rgba(255, 255, 255, 0.65);
  font-style: normal;
}
.crash-ad-unit .crash-ad-unit-content .crash-ad-unit-app-stores li .large_button:active {
  -webkit-box-shadow: inset 0px 0px 7px #333;
  -moz-box-shadow: inset 0px 0px 7px #333;
  box-shadow: inset 0px 0px 7px #333;
}
.crash-ad-unit .crash-ad-unit-content .crash-ad-unit-app-stores li .large_button#apple {
  background: #2cbbfd;
  /* Old browsers */
  background: -moz-linear-gradient(top, #2cbbfd 0%, #006b9d 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2cbbfd), color-stop(100%, #006b9d));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #2cbbfd 0%, #006b9d 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #2cbbfd 0%, #006b9d 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #2cbbfd 0%, #006b9d 100%);
  /* IE10+ */
  background: linear-gradient(top, #2cbbfd 0%, #006b9d 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2cbbfd', endColorstr='#006b9d', GradientType=0);
  /* IE6-9 */
}
.crash-ad-unit .crash-ad-unit-content .crash-ad-unit-app-stores li .large_button#apple small {
  color: #065478;
}
.crash-ad-unit .crash-ad-unit-content .crash-ad-unit-app-stores li .large_button#apple:hover {
  background: #4cc6ff;
  /* Old browsers */
  background: -moz-linear-gradient(top, #4cc6ff 0%, #0078b0 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #4cc6ff), color-stop(100%, #0078b0));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #4cc6ff 0%, #0078b0 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #4cc6ff 0%, #0078b0 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #4cc6ff 0%, #0078b0 100%);
  /* IE10+ */
  background: linear-gradient(top, #4cc6ff 0%, #0078b0 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4cc6ff', endColorstr='#0078b0', GradientType=0);
  /* IE6-9 */
}
.crash-ad-unit .crash-ad-unit-content .crash-ad-unit-app-stores li .large_button#android {
  background: #98d463;
  /* Old browsers */
  background: -moz-linear-gradient(top, #98d463 0%, #66891d 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #98d463), color-stop(100%, #66891d));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #98d463 0%, #66891d 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #98d463 0%, #66891d 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #98d463 0%, #66891d 100%);
  /* IE10+ */
  background: linear-gradient(top, #98d463 0%, #66891d 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#98d463', endColorstr='#66891d', GradientType=0);
  /* IE6-9 */
}
.crash-ad-unit .crash-ad-unit-content .crash-ad-unit-app-stores li .large_button#android small {
  color: #436c01;
}
.crash-ad-unit .crash-ad-unit-content .crash-ad-unit-app-stores li .large_button#android span.icon {
  background-position: 0px -35px;
}
.crash-ad-unit .crash-ad-unit-content .crash-ad-unit-app-stores li .large_button#android:hover {
  background: #9dda67;
  /* Old browsers */
  background: -moz-linear-gradient(top, #9dda67 0%, #70971f 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #9dda67), color-stop(100%, #70971f));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #9dda67 0%, #70971f 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #9dda67 0%, #70971f 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #9dda67 0%, #70971f 100%);
  /* IE10+ */
  background: linear-gradient(top, #9dda67 0%, #70971f 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9dda67', endColorstr='#70971f', GradientType=0);
  /* IE6-9 */
}

.crash-wtb {
  background-position: center top;
  height: 750px;
  padding: 50px 0 0;
}
@media only screen and (max-width: 768px) {
  .crash-wtb {
    height: auto;
    padding-bottom: 30px;
    max-height: 920px;
  }
}
.crash-wtb .crash-logo {
  background-image: url("../../../../../content/dam/atvi/Crash/crash-logo.png");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: contain;
  height: 175px;
  max-width: 588px;
  width: 80%;
  margin: 0 auto;
}
@media only screen and (max-width: 480px) {
  .crash-wtb .crash-logo {
    height: 125px;
  }
}
.crash-wtb .wtb-bundle {
  max-width: 876px;
  position: relative;
  width: 100%;
  margin: 0 auto;
}
.crash-wtb .wtb-bundle:after {
  content: "";
  clear: both;
  height: 0;
  visibility: hidden;
  display: block;
}
.crash-wtb .wtb-bundle .column-one {
  float: left;
  width: 50%;
}
.crash-wtb .wtb-bundle .column-one .product-img {
  height: 500px;
}
.crash-wtb .wtb-bundle .column-one .product-img img {
  height: 100%;
  width: auto;
  display: block;
  margin: 0 auto;
}
.crash-wtb .wtb-bundle .column-one h1 {
  text-indent: -200%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  overflow: hidden;
  color: transparent;
  font-size: 12px;
  display: none;
  height: 60px;
}
@media only screen and (max-width: 768px) {
  .crash-wtb .wtb-bundle .column-one {
    float: none;
    height: auto;
    width: 100%;
  }
  .crash-wtb .wtb-bundle .column-one .product-img {
    height: 260px;
  }
  .crash-wtb .wtb-bundle .column-one h1 {
    display: block;
  }
}
.crash-wtb .wtb-bundle .column-two {
  float: left;
  padding-top: 40px;
  width: 350px;
}
@media only screen and (max-width: 768px) {
  .crash-wtb .wtb-bundle .column-two {
    padding-top: 0;
    padding-bottom: 75px;
    float: none;
    margin: 0 auto;
    height: 385px;
  }
}
.crash-wtb .wtb-bundle .column-two h1 {
  text-indent: -200%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  overflow: hidden;
  color: transparent;
  font-size: 12px;
  height: 60px;
}
@media only screen and (max-width: 768px) {
  .crash-wtb .wtb-bundle .column-two h1 {
    display: none;
  }
}
.crash-wtb .wtb-bundle .column-two .bundle-description {
  margin-bottom: 40px;
}
@media only screen and (max-width: 768px) {
  .crash-wtb .wtb-bundle .column-two .bundle-description {
    margin-bottom: 0;
  }
}
.crash-wtb .wtb-bundle .column-two h3 {
  font-family: "CCGeekSpeak", Helvetica, sans-serif;
  color: #ffffff;
  font-size: 40px;
  text-transform: uppercase;
  text-align: center;
  margin-top: 40px;
  text-shadow: 3px 3px 0 #000000, -3px -3px 0 #000000, 3px -3px 0 #000000, -3px 3px 0 #000000, 0px 3px 0 #000000, 3px 0px 0 #000000, 0px -3px 0 #000000, -3px 0px 0 #000000;
}
.crash-wtb .wtb-bundle .column-two h3.coming-soon {
  font-size: 28px;
}
.crash-wtb .wtb-bundle .column-two .wtb-form-container .platform-select {
  display: block;
}
.crash-wtb .wtb-bundle .column-two .wtb-form-container .wtb-select {
  position: relative;
}
.crash-wtb .wtb-bundle .column-two .wtb-form-container .wtb-select .selectricOpen .selectricItems {
  display: block;
}
.crash-wtb .wtb-bundle .column-two .wtb-form-container .wtb-select .selectricOpen .button {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
@media only screen and (max-width: 768px) {
  .crash-wtb .wtb-bundle .column-two .wtb-form-container .wtb-select {
    margin: 0;
  }
}
.crash-wtb .wtb-bundle .column-two .wtb-form-container .selectric {
  background-color: transparent;
  background-image: url("../../../../../content/dam/atvi/Crash/plank.png");
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center center;
  height: 57px;
  position: relative;
}
.crash-wtb .wtb-bundle .column-two .wtb-form-container .selectric .label {
  font-family: "CCGeekSpeak", Helvetica, sans-serif;
  color: #5e270b;
  font-size: 20px;
  text-transform: uppercase;
  line-height: 57px;
  margin-left: 20px;
}
.crash-wtb .wtb-bundle .column-two .wtb-form-container .selectric .button {
  position: absolute;
  right: 35px;
  height: 10px;
  width: 15px;
  top: 23px;
  text-indent: -100%;
  overflow: hidden;
}
.crash-wtb .wtb-bundle .column-two .wtb-form-container .selectric .button:before,
.crash-wtb .wtb-bundle .column-two .wtb-form-container .selectric .button:after {
  height: 11px;
  width: 3px;
  content: "";
  position: absolute;
  background-color: #5e270b;
  top: 0;
}
.crash-wtb .wtb-bundle .column-two .wtb-form-container .selectric .button:before {
  left: 3px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.crash-wtb .wtb-bundle .column-two .wtb-form-container .selectric .button:after {
  left: 9px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.crash-wtb .wtb-bundle .column-two .wtb-form-container .selectricItems {
  background-color: transparent;
  background-image: url("../../../../../content/dam/atvi/Crash/wood-bg.jpg");
  background-size: 100% auto;
  border: 2px solid #aa6c13;
}
.crash-wtb .wtb-bundle .column-two .wtb-form-container .selectricItems li {
  height: 43px;
  position: relative;
  margin-bottom: 4px;
  font-family: "CCGeekSpeak", Helvetica, sans-serif;
  line-height: 43px;
  text-transform: uppercase;
  padding-left: 20px;
  font-size: 20px;
  color: #ffffff;
  cursor: pointer;
}
.crash-wtb .wtb-bundle .column-two .wtb-form-container .empty-retailers {
  color: #ffffff;
  font-family: "CCGeekSpeak", Helvetica, sans-serif;
}
.crash-wtb .wtb-bundle .column-two .order-button .wtb-button {
  display: block;
  background-image: url("../../../../../content/dam/atvi/Crash/plank.png");
  background-size: 100% auto;
  background-position: center center;
  background-repeat: no-repeat;
  height: 43px;
  color: #5e270b;
  line-height: 43px;
  font-family: "CCGeekSpeak", Helvetica, sans-serif;
  text-transform: uppercase;
  text-align: center;
  font-size: 20px;
  text-decoration: none;
  margin: 25px 0 0;
}
.crash-wtb .wtb-bundle .column-two .order-button .wtb-button.no-retailer {
  display: none;
}
@media only screen and (max-width: 768px) {
  .crash-wtb .wtb-bundle .column-two .order-button .wtb-button {
    margin: 20px 0 0;
  }
}
.crash-wtb .wtb-bundle .column-two .order-button .wtb-button:hover {
  color: #fff233;
}
.crash-wtb .wtb-bundle .column-two.available .coming-soon {
  display: none;
}
.crash-wtb .wtb-bundle .column-two.coming-soon .available-now {
  display: none;
}
.crash-wtb:after {
  content: "";
  background-color: #000000;
  background-image: url("../../../../../content/dam/atvi/Crash/rope-divider.png");
  background-repeat: repeat-x;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 10px;
  position: absolute;
}
.pswtb-container {
  display: none;
}

.crash-leaderboards-tout {
  display: block;
  padding: 9% 30px 8% 30px;
  margin-bottom: 10px;
  height: auto;
  background-position: center bottom;
}
@media only screen and (max-width: 600px) {
  .crash-leaderboards-tout {
    padding: 18% 0;
  }
}
.crash-leaderboards-tout:after {
  background-color: #000000;
  background-image: url("../../../../../content/dam/atvi/Crash/rope-divider.png");
  background-repeat: repeat-x;
  bottom: -10px;
  content: "";
  height: 10px;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 1;
}
.crash-leaderboards-tout .crash-lb-tout-container {
  width: 100%;
  max-width: 1200px;
  padding: 0 15px;
  margin: 0 auto;
}
@media only screen and (max-width: 450px) {
  .crash-leaderboards-tout .crash-lb-tout-container {
    padding: 0 5px;
  }
}
.crash-leaderboards-tout .crash-lb-tout-container .crash-lb-tout-content {
  width: 49%;
  padding-right: 5%;
  display: inline-block;
}
@media only screen and (max-width: 950px) {
  .crash-leaderboards-tout .crash-lb-tout-container .crash-lb-tout-content {
    width: 100%;
    padding: 0 25px;
    margin-bottom: 8vw;
  }
}
.crash-leaderboards-tout .crash-lb-tout-container .crash-lb-tout-content .crash-lb-tout-title {
  text-indent: -200%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  overflow: hidden;
  color: transparent;
  font-size: 12px;
  background-position-x: left;
  height: 75px;
  margin-bottom: 15px;
}
@media only screen and (max-width: 650px) {
  .crash-leaderboards-tout .crash-lb-tout-container .crash-lb-tout-content .crash-lb-tout-title {
    height: 15vw;
    margin-bottom: 5px;
  }
}
.crash-leaderboards-tout .crash-lb-tout-container .crash-lb-tout-content .crash-lb-tout-description {
  font-family: "CCGeekSpeak", Helvetica, sans-serif;
  color: #ffffff;
  font-size: 22px;
  line-height: 28px;
  text-shadow: 3px 3px 0 #000000, -1px -1px 0 #000000, 1px -1px 0 #000000, -1px 1px 0 #000000, 1px 1px 0 #000000;
  text-transform: uppercase;
  margin-bottom: 40px;
  max-width: 500px;
}
@media only screen and (max-width: 650px) {
  .crash-leaderboards-tout .crash-lb-tout-container .crash-lb-tout-content .crash-lb-tout-description {
    font-size: 18px;
    line-height: 22px;
  }
}
.crash-leaderboards-tout .crash-lb-tout-container .crash-lb-tout-content .crash-lb-tout-cta a {
  font-family: "CCGeekSpeak", Helvetica, sans-serif;
  color: #ffff43;
  font-size: 22px;
  text-transform: uppercase;
  text-decoration: none;
  text-shadow: 3px 3px 0 #000000, -1px -1px 0 #000000, 1px -1px 0 #000000, -1px 1px 0 #000000, 1px 1px 0 #000000;
  position: relative;
  z-index: 0;
}
@media only screen and (max-width: 650px) {
  .crash-leaderboards-tout .crash-lb-tout-container .crash-lb-tout-content .crash-lb-tout-cta a {
    font-size: 16px;
  }
}
.crash-leaderboards-tout .crash-lb-tout-container .crash-lb-tout-content .crash-lb-tout-cta a:hover {
  color: #ff7319;
}
.crash-leaderboards-tout .crash-lb-tout-container .crash-lb {
  position: relative;
  background-image: url("../../../../../content/dam/atvi/Crash/leaderboards/crash-leaderboards-tout-blank-bg.png");
  background-size: 100% auto;
  background-repeat: no-repeat;
  width: 50%;
  max-width: 580px;
  height: 355px;
  display: inline-block;
  vertical-align: top;
}
@media only screen and (max-width: 1250px) {
  .crash-leaderboards-tout .crash-lb-tout-container .crash-lb {
    height: 28vw;
  }
}
@media only screen and (max-width: 950px) {
  .crash-leaderboards-tout .crash-lb-tout-container .crash-lb {
    height: 355px;
    width: 100%;
    display: block;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 650px) {
  .crash-leaderboards-tout .crash-lb-tout-container .crash-lb {
    height: 58vw;
  }
}
.crash-leaderboards-tout .crash-lb-tout-container .crash-lb .crash-lb-row-header {
  width: 100%;
  padding: 3.5% 6% 0;
}
@media only screen and (max-width: 580px) {
  .crash-leaderboards-tout .crash-lb-tout-container .crash-lb .crash-lb-row-header {
    padding-top: 3%;
  }
}
.crash-leaderboards-tout .crash-lb-tout-container .crash-lb .crash-lb-row-header li {
  font-family: "CCGeekSpeak", Helvetica, sans-serif;
  color: #5e270b;
  font-size: 30px;
  letter-spacing: 3.5px;
  text-transform: uppercase;
  text-shadow: 3px 3px 0 #000000, -1px -1px 0 #000000, 1px -1px 0 #000000, -1px 1px 0 #000000, 1px 1px 0 #000000;
  display: inline-block;
  text-align: center;
}
@media only screen and (max-width: 1250px) {
  .crash-leaderboards-tout .crash-lb-tout-container .crash-lb .crash-lb-row-header li {
    font-size: 2.4vw;
  }
}
@media only screen and (max-width: 950px) {
  .crash-leaderboards-tout .crash-lb-tout-container .crash-lb .crash-lb-row-header li {
    font-size: 30px;
  }
}
@media only screen and (max-width: 580px) {
  .crash-leaderboards-tout .crash-lb-tout-container .crash-lb .crash-lb-row-header li {
    font-size: 4.0vw;
    text-shadow: 1px 0px 0 #000,
                                     1px 1px 0 #000;
  }
}
.crash-leaderboards-tout .crash-lb-tout-container .crash-lb .crash-lb-row-header li.rank-header {
  width: 15%;
  margin-right: 9%;
}
.crash-leaderboards-tout .crash-lb-tout-container .crash-lb .crash-lb-row-header li.name-header {
  width: 35%;
  margin-right: 9%;
}
.crash-leaderboards-tout .crash-lb-tout-container .crash-lb .crash-lb-row-header li.time-header {
  width: 28%;
}
.crash-leaderboards-tout .crash-lb-tout-container .crash-lb .crash-lb-rows {
  width: 100%;
  padding: 9% 8% 0;
}
@media only screen and (max-width: 750px) {
  .crash-leaderboards-tout .crash-lb-tout-container .crash-lb .crash-lb-rows {
    padding-top: 9%;
  }
}
.crash-leaderboards-tout .crash-lb-tout-container .crash-lb .crash-lb-rows .crash-lb-entry {
  font-family: "CCGeekSpeak", Helvetica, sans-serif;
  color: #f3e4c3;
  font-size: 22px;
  text-transform: uppercase;
  text-shadow: 3px 3px 0 #000000, -1px -1px 0 #000000, 1px -1px 0 #000000, -1px 1px 0 #000000, 1px 1px 0 #000000;
  margin-bottom: 15px;
}
@media only screen and (max-width: 1250px) {
  .crash-leaderboards-tout .crash-lb-tout-container .crash-lb .crash-lb-rows .crash-lb-entry {
    font-size: 1.7vw;
    margin-bottom: 12px;
  }
}
@media only screen and (max-width: 950px) {
  .crash-leaderboards-tout .crash-lb-tout-container .crash-lb .crash-lb-rows .crash-lb-entry {
    font-size: 22px;
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 650px) {
  .crash-leaderboards-tout .crash-lb-tout-container .crash-lb .crash-lb-rows .crash-lb-entry {
    font-size: 3.3vw;
    margin-bottom: 12px;
  }
}
.crash-leaderboards-tout .crash-lb-tout-container .crash-lb .crash-lb-rows .crash-lb-entry .rank {
  display: inline-block;
  width: 14%;
  color: #f79f1c;
  padding-left: 6%;
  margin-right: 10%;
}
.crash-leaderboards-tout .crash-lb-tout-container .crash-lb .crash-lb-rows .crash-lb-entry .name {
  display: inline-block;
  width: 38%;
  margin-right: 15%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.crash-leaderboards-tout .crash-lb-tout-container .crash-lb .crash-lb-rows .crash-lb-entry .time {
  display: inline-block;
  width: auto;
  text-transform: lowercase;
}

.crash-tout {
  display: table-cell;
  padding: 9% 30px 8% 30px;
  margin-bottom: 10px;
  height: auto;
  background-position: center center;
}
@media only screen and (max-width: 600px) {
  .crash-tout {
    padding: 18% 30px 18% 30px;
  }
  .crash-tout .crash-tout-title {
    font-size: 58px;
  }
  .crash-tout .crash-tout-subtitle {
    font-size: 30px;
  }
}
.crash-tout:after {
  background-color: #000000;
  background-image: url("../../../../../content/dam/atvi/Crash/rope-divider.png");
  background-repeat: repeat-x;
  bottom: -10px;
  content: "";
  height: 10px;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 1;
}
.crash-tout .crash-tout-title {
  text-indent: -200%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  overflow: hidden;
  color: transparent;
  font-size: 12px;
  height: 80px;
  margin-bottom: 5px;
}
.crash-tout .crash-tout-subtitle {
  font-family: "CCGeekSpeak", Helvetica, sans-serif;
  color: #ffffff;
  font-size: 40px;
  text-shadow: 3px 3px 0 #000000, -1px -1px 0 #000000, 1px -1px 0 #000000, -1px 1px 0 #000000, 1px 1px 0 #000000;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 50px;
}
@media only screen and (max-width: 600px) {
  .crash-tout .crash-tout-subtitle {
    font-size: 30px;
  }
}
.crash-tout .crash-tout-cta {
  text-align: center;
}
.crash-tout .crash-tout-cta p {
  font-family: "CCGeekSpeak", Helvetica, sans-serif;
  color: #ffffff;
  font-size: 22px;
  text-transform: uppercase;
  text-shadow: 3px 3px 0 #000000, -1px -1px 0 #000000, 1px -1px 0 #000000, -1px 1px 0 #000000, 1px 1px 0 #000000;
}
.crash-tout .crash-tout-cta p a {
  color: #ffff43;
  text-decoration: none;
  /*
                background: -webkit-linear-gradient(#fff, #ffff43);
                -webkit-background-clip: text;
                -webkit-text-fill-color: transparent;
                text-shadow: none;
                */
  position: relative;
  z-index: 0;
  /*
                &:after {
                    background: none;
                    content: attr(data-text);
                    left: 0;
                    top: 1px;
                    z-index: -1;
                    position: absolute;
                    .text-shadow();
                }
*/
}
@media only screen and (max-width: 600px) {
  .crash-tout .crash-tout-cta p a {
    font-size: 16px;
  }
}
.crash-tout .crash-tout-cta p a:hover {
  color: #ff7319;
  /*
                    background: -webkit-linear-gradient(@bandicoot, @bandicoot);
                    -webkit-background-clip: text;
                    -webkit-text-fill-color: transparent;
                    */
}
.crash-left-tout {
  width: 50vw;
}
@media only screen and (max-width: 768px) {
  .crash-left-tout {
    width: 100%;
    display: block;
  }
}
.crash-right-tout {
  width: 50vw;
}
.crash-right-tout:before {
  content: "";
  position: absolute;
  background-color: #000000;
  background-image: url("../../../../../content/dam/atvi/Crash/rope-divider-vertical.png");
  background-repeat: repeat-y;
  width: 10px;
  height: 100%;
  top: 0px;
  left: -5px;
}
@media only screen and (max-width: 768px) {
  .crash-right-tout {
    width: 100%;
    display: block;
  }
  .crash-right-tout:before {
    display: none;
  }
}

.crash-social {
  height: 35vw;
  max-height: 600px;
  min-height: 450px;
  background-image: url("../../../../../content/dam/atvi/Crash/crash-social-bg.jpg");
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 1300px) {
  .crash-social {
    height: 45vw;
  }
}
@media only screen and (max-width: 1100px) {
  .crash-social {
    height: 50vw;
  }
}
@media only screen and (max-width: 1024px) {
  .crash-social {
    height: 70vw;
  }
}
@media only screen and (max-width: 750px) {
  .crash-social {
    height: 85vw;
  }
}
@media only screen and (max-width: 630px) {
  .crash-social {
    height: 710px;
    max-height: none;
  }
}
@media only screen and (max-width: 450px) {
  .crash-social {
    height: 590px;
    max-height: none;
  }
}
.crash-social:before {
  background-image: url("../../../../../content/dam/atvi/Crash/crash-social-topper.png");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: auto 100%;
  content: "";
  height: 50px;
  left: 0;
  position: absolute;
  top: -20px;
  width: 100%;
  z-index: 1;
}
.crash-social-content {
  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%;
  max-width: 1300px;
  padding: 0 30px;
}
.crash-social-content .crash-social-header {
  text-indent: -200%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  overflow: hidden;
  color: transparent;
  font-size: 12px;
  height: 80px;
  margin: 0 0 15px;
}
.crash-social-content .crash-social-subheader {
  font-family: "CCGeekSpeak", Helvetica, sans-serif;
  color: #ffffff;
  font-size: 40px;
  text-shadow: 3px 3px 0 #000000, -1px -1px 0 #000000, 1px -1px 0 #000000, -1px 1px 0 #000000, 1px 1px 0 #000000;
  text-transform: uppercase;
  text-align: center;
}
@media only screen and (max-width: 560px) {
  .crash-social-content .crash-social-subheader {
    font-size: 25px;
  }
}
.crash-social-content .social-links {
  margin: 50px auto 0;
  text-align: center;
}
.crash-social-content .social-links:after {
  content: "";
  clear: both;
  height: 0;
  visibility: hidden;
  display: block;
}
.crash-social-content .social-links li {
  background-image: url("../../../../../content/dam/atvi/Crash/small-plank.png");
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center center;
  height: 56px;
  width: 257px;
  display: inline-block;
  margin: 0 2% 20px 2%;
  position: relative;
}
.crash-social-content .social-links li:hover a {
  color: #fff233;
}
.crash-social-content .social-links li a {
  text-decoration: none;
  color: #5e270b;
  text-transform: uppercase;
  font-family: "CCGeekSpeak", Helvetica, sans-serif;
  line-height: 56px;
  text-align: center;
  width: 100%;
  display: block;
}
.crash-social-content .social-links li .icon {
  background-image: url("../../../../../content/dam/atvi/Crash/crash-sprite.png");
  background-repeat: no-repeat;
  display: inline-block;
  margin-right: 8px;
  position: relative;
  top: 9px;
}
.crash-social-content .social-links li.facebook-link .icon {
  background-position: -7px -81px;
  width: 30px;
  height: 30px;
}
.crash-social-content .social-links li.facebook-link:hover .icon {
  background-position: -45px -81px;
}
.crash-social-content .social-links li.twitter-link .icon {
  background-position: -3px -116px;
  width: 30px;
  height: 30px;
}
.crash-social-content .social-links li.twitter-link:hover .icon {
  background-position: -41px -116px;
}
.crash-social-content .social-links li.instagram-link .icon {
  background-position: -109px -239px;
  width: 31px;
  height: 31px;
}
.crash-social-content .social-links li.instagram-link:hover .icon {
  background-position: -148px -239px;
}
.crash-social-content .social-links li.youtube-link .icon {
  background-position: -2px -155px;
  width: 80px;
  height: 30px;
}
.crash-social-content .social-links li.youtube-link:hover .icon {
  background-position: -2px -192px;
}

.crash-ad-unit:after {
  content: "";
  background-color: #000000;
  background-image: url("../../../../../content/dam/atvi/Crash/rope-divider.png");
  background-repeat: repeat-x;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 10px;
  position: absolute;
}
.crash-wtb:after {
  content: "";
  height: 36px;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: -18px;
  background-image: url("../../../../../content/dam/atvi/Crash/pattern-divider.jpg");
  background-size: auto 100%;
  box-shadow: 0 5px 10px 5px #000;
  z-index: 1;
}

