.crash-gallery {
  padding: 280px 0 4% 0;
  margin-bottom: 10px;
  max-height: 1130px;
  height: auto;
}
@media only screen and (max-width: 600px) {
  .crash-gallery {
    min-height: 600px;
    padding: 210px 0 20px 0;
  }
  .crash-gallery .gallery-title {
    font-size: 58px;
  }
  .crash-gallery .gallery-subtitle {
    font-size: 30px;
  }
}
.crash-gallery: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-gallery .gallery-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: 0 20px 5px;
}
.crash-gallery .gallery-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: 30px;
}
@media only screen and (max-width: 600px) {
  .crash-gallery .gallery-subtitle {
    font-size: 30px;
  }
}
.crash-gallery .gallery-filters {
  font-family: "CCGeekSpeak", Helvetica, sans-serif;
  color: #ffffff;
  font-size: 24px;
  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-top: 25px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 600px) {
  .crash-gallery .gallery-filters {
    font-size: 20px;
  }
}
.crash-gallery .gallery-filters ul li {
  display: inline;
  margin: 0 60px;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media only screen and (max-width: 768px) {
  .crash-gallery .gallery-filters ul li {
    margin: 0 20px;
  }
}
@media only screen and (max-width: 400px) {
  .crash-gallery .gallery-filters ul li {
    margin: 0 10px;
  }
}
.crash-gallery .gallery-filters ul li:hover,
.crash-gallery .gallery-filters ul li.active {
  color: #ff7319;
}
.crash-gallery .gallery-arrow-left,
.crash-gallery .gallery-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-gallery .gallery-arrow-left,
  .crash-gallery .gallery-arrow-right {
    width: 40px;
    height: 40px;
    top: 46%;
    background-size: 154px auto;
  }
}
.crash-gallery .gallery-arrow-left {
  left: -5px;
  background-position: -100px -76px;
}
.crash-gallery .gallery-arrow-left:hover {
  background-position: -189px -72px;
}
@media only screen and (max-width: 480px) {
  .crash-gallery .gallery-arrow-left {
    background-position: -56px -45px;
  }
  .crash-gallery .gallery-arrow-left:hover {
    background-position: -107px -41px;
  }
}
.crash-gallery .gallery-arrow-right {
  right: -5px;
  background-position: -100px -156px;
}
.crash-gallery .gallery-arrow-right:hover {
  background-position: -196px -155px;
}
@media only screen and (max-width: 480px) {
  .crash-gallery .gallery-arrow-right {
    background-position: -58px -94px;
  }
  .crash-gallery .gallery-arrow-right:hover {
    background-position: -112px -90px;
  }
}
.crash-gallery .gallery-carousel-container {
  width: 77%;
  height: 100%;
  overflow: hidden;
  position: relative;
  margin: 0 auto;
}
@media only screen and (max-width: 600px) {
  .crash-gallery .gallery-carousel-container {
    width: 73%;
  }
}
.crash-gallery .gallery-carousel-content {
  width: 100%;
  height: 475px;
  max-width: 1000px;
  margin: 40px auto 0;
  position: relative;
}
.crash-gallery .gallery-carousel-content.all-gallery {
  display: block;
}
.crash-gallery .gallery-carousel-content.video-gallery,
.crash-gallery .gallery-carousel-content.image-gallery {
  display: none;
}
@media only screen and (max-width: 988px) {
  .crash-gallery .gallery-carousel-content {
    height: 425px;
    margin: 0px auto 0;
  }
}
@media only screen and (min-width: 451px) and (max-width: 988px) {
  .crash-gallery .gallery-carousel-content {
    height: 510px;
    margin: 0px auto 0;
  }
}
@media only screen and (max-width: 450px) {
  .crash-gallery .gallery-carousel-content {
    height: 385px;
    margin-top: 30px;
  }
}
.crash-gallery .gallery-carousel-content .gallery-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-gallery .gallery-carousel-content .gallery-container.g-active {
  left: 50%;
  display: block;
}
.crash-gallery .gallery-carousel-content .gallery-container.g-setupBefore {
  left: -150%;
}
.crash-gallery .gallery-carousel-content .gallery-container.g-before {
  left: -150%;
  display: block;
}
.crash-gallery .gallery-carousel-content .gallery-container.g-setupAfter {
  left: 150%;
}
.crash-gallery .gallery-carousel-content .gallery-container.g-after {
  left: 150%;
  display: block;
}
.crash-gallery .gallery-container {
  max-width: 1024px;
  width: 90%;
  margin: 0 auto;
}
.crash-gallery .gallery-container .gallery-item {
  max-height: 166px;
  width: 32%;
  border: 1px solid #fff;
  display: inline-block;
  margin-right: 1%;
  margin-bottom: 10px;
  overflow: hidden;
  position: relative;
  cursor: pointer;
}
.crash-gallery .gallery-container .gallery-item:nth-child(3n) {
  margin-right: 0;
}
.crash-gallery .gallery-container .gallery-item img {
  width: 100%;
  display: block;
}
.crash-gallery .gallery-container .gallery-item.video:before {
  background-image: url("../../../../../content/dam/atvi/Crash/crash-sprite.png");
  background-position: 0 0;
  background-size: 271px auto;
  content: "";
  width: 76px;
  height: 76px;
  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-gallery .gallery-container .gallery-item.video:before {
    background-size: 160px auto;
    width: 40px;
    height: 40px;
  }
}
.crash-gallery .gallery-container .gallery-item.video:hover:before {
  background-position: -77px 0;
}
@media only screen and (max-width: 600px) {
  .crash-gallery .gallery-container .gallery-item {
    width: 48%;
    margin-bottom: 2%;
  }
  .crash-gallery .gallery-container .gallery-item:nth-child(n) {
    margin-right: 2%;
  }
  .crash-gallery .gallery-container .gallery-item:nth-child(2n) {
    margin-right: 0;
  }
  .crash-gallery .gallery-container .gallery-item:nth-child(9) {
    display: none !important;
  }
}
.crash-gallery .gallery-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-gallery .gallery-overlay {
    width: 65%;
  }
}
.crash-gallery .gallery-overlay .overlay-image {
  background-image: url("../../../../../content/dam/atvi/Crash/gallery-frame.png");
  background-size: 100% 100%;
  padding: 1%;
}
.crash-gallery .gallery-overlay .overlay-image img {
  width: 100%;
}
.crash-gallery .gallery-overlay .overlay-video {
  background-image: url("../../../../../content/dam/atvi/Crash/gallery-frame.png");
  background-size: 100% 100%;
  padding: 1%;
}
.crash-gallery .gallery-overlay .overlay-arrow-left,
.crash-gallery .gallery-overlay .overlay-arrow-right {
  background-image: url("../../../../../content/dam/atvi/Crash/crash-sprite.png");
  display: block;
  height: 74px;
  width: 70px;
  position: absolute;
  top: 45%;
  -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-gallery .gallery-overlay .overlay-arrow-left,
  .crash-gallery .gallery-overlay .overlay-arrow-right {
    width: 40px;
    height: 40px;
    background-size: 154px auto;
  }
}
@media only screen and (max-width: 480px) {
  .crash-gallery .gallery-overlay .overlay-arrow-left,
  .crash-gallery .gallery-overlay .overlay-arrow-right {
    width: 40px;
    height: 40px;
    background-size: 154px auto;
  }
}
.crash-gallery .gallery-overlay .overlay-arrow-left {
  left: -90px;
  background-position: -100px -76px;
}
.crash-gallery .gallery-overlay .overlay-arrow-left:hover {
  background-position: -189px -72px;
}
@media only screen and (max-width: 988px) {
  .crash-gallery .gallery-overlay .overlay-arrow-left {
    left: -60px;
    background-position: -56px -45px;
  }
  .crash-gallery .gallery-overlay .overlay-arrow-left:hover {
    background-position: -107px -41px;
  }
}
@media only screen and (max-width: 480px) {
  .crash-gallery .gallery-overlay .overlay-arrow-left {
    background-position: -56px -45px;
  }
  .crash-gallery .gallery-overlay .overlay-arrow-left:hover {
    background-position: -107px -41px;
  }
}
.crash-gallery .gallery-overlay .overlay-arrow-right {
  right: -90px;
  background-position: -100px -156px;
}
.crash-gallery .gallery-overlay .overlay-arrow-right:hover {
  background-position: -196px -155px;
}
@media only screen and (max-width: 988px) {
  .crash-gallery .gallery-overlay .overlay-arrow-right {
    right: -60px;
    background-position: -58px -94px;
  }
  .crash-gallery .gallery-overlay .overlay-arrow-right:hover {
    background-position: -112px -90px;
  }
}
@media only screen and (max-width: 480px) {
  .crash-gallery .gallery-overlay .overlay-arrow-right {
    background-position: -58px -94px;
  }
  .crash-gallery .gallery-overlay .overlay-arrow-right:hover {
    background-position: -112px -90px;
  }
}
.crash-gallery .gallery-overlay .gallery-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-gallery .gallery-overlay .overlay-social-share {
  font-family: "CCGeekSpeak", Helvetica, sans-serif;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  background: rgba(0, 0, 0, 0.5);
  padding: 15px 0;
}
.crash-gallery .gallery-overlay .overlay-social-share .social-share-label {
  vertical-align: middle;
  display: inline-block;
  padding-bottom: 13px;
}
@media only screen and (max-width: 768px) {
  .crash-gallery .gallery-overlay .overlay-social-share .social-share-label.download {
    display: none !important;
  }
}
.crash-gallery .gallery-overlay .overlay-social-share .social-share-icon {
  display: inline-block;
  width: 25px;
  height: 25px;
  margin: 0 0 0 20px;
  background-image: url("../../../../../content/dam/atvi/Crash/crash-sprite.png");
  background-repeat: no-repeat;
}
.crash-gallery .gallery-overlay .overlay-social-share .social-share-icon.facebook {
  background-size: 850%;
  background-position: -36px -63px;
}
.crash-gallery .gallery-overlay .overlay-social-share .social-share-icon.twitter {
  background-size: 1050%;
  background-position: -45px -116px;
}
.crash-gallery .gallery-overlay .overlay-social-share .social-share-icon.googleplus {
  background-size: 910%;
  background-position: -159px -202px;
}
.crash-gallery .gallery-overlay .overlay-social-share .social-share-icon.download {
  background-size: 800%;
  background-position: -169px -174px;
  margin-left: 200px;
  margin-right: 20px;
}
.crash-gallery .gallery-overlay .overlay-social-share .social-share-icon.download:before {
  content: "";
  position: absolute;
  display: inline-block;
  border-left: 1px solid #fff;
  margin: -3px 0 0 -110px;
  height: 30px;
}
@media only screen and (max-width: 768px) {
  .crash-gallery .gallery-overlay .overlay-social-share .social-share-icon.download {
    display: none !important;
  }
}
.crash-gallery .gallery-overlay .overlay-social-share .social-share-icon a {
  width: 100%;
  height: 100%;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  text-indent: 150%;
  color: #fff;
}
.crash-gallery .gallery-overlay-bg {
  background: rgba(0, 0, 0, 0.8);
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  display: none;
}
.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-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-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;
}


