.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-community-hero {
  width: 100%;
  display: block;
  padding: 270px 30px 4% 30px;
  margin-bottom: 10px;
  height: auto;
  max-height: 1200px;
  background-position: center center;
}
@media only screen and (max-width: 600px) {
  .crash-community-hero {
    padding-top: 55%;
  }
  .crash-community-hero .crash-tout-title {
    font-size: 58px;
  }
  .crash-community-hero .crash-tout-subtitle {
    font-size: 30px;
  }
}
.crash-community-hero:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0.85;
  background-image: url('../../../../../content/dam/atvi/Crash/community-bg.jpg');
  background-repeat: no-repeat;
  background-position: right center;
  background-size: cover;
}
.crash-community-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%;
  z-index: 1;
}
.crash-community-hero .crash-community-hero-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-community-hero .crash-community-hero-blurb {
  width: 90%;
  max-width: 625px;
  margin: 15px auto 40px;
  font-family: "CCGeekSpeak", Helvetica, sans-serif;
  color: #ffffff;
  font-size: 20px;
  line-height: 26px;
  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;
}
.crash-community-hero .crash-community-hero-video {
  max-width: 650px;
  width: 90%;
  background-image: url("../../../../../content/dam/atvi/Crash/gallery-frame.png");
  background-size: 100% 100%;
  padding: 8px;
  margin: 0 auto 50px;
}
@media only screen and (max-width: 750px) {
  .crash-community-hero .crash-community-hero-video {
    padding: 1%;
  }
}
.crash-community-hero .crash-community-hero-below-video-text {
  width: 90%;
  max-width: 625px;
  margin: 0px auto 20px;
  font-family: "CCGeekSpeak", Helvetica, sans-serif;
  color: #ffffff;
  font-size: 20px;
  line-height: 26px;
  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;
}
.crash-community-hero .crash-community-hero-below-video-text a {
  color: #5e270b;
  background-image: url("../../../../../content/dam/atvi/Crash/small-plank.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  text-shadow: none;
  text-decoration: none;
  min-width: 240px;
  padding: 15px 25px;
  display: inline-block;
  margin-top: 10px;
  transition: transform 0.1s;
}
.crash-community-hero .crash-community-hero-below-video-text a:hover {
  color: #fff233;
  transform: rotate(2deg);
}
.crash-community-hero .crash-community-hero-below-video-small-text {
  width: 90%;
  max-width: 625px;
  margin: 0px auto 40px;
  color: #ffffff;
  font-size: 12px;
  text-align: center;
}
.crash-community-hero .crash-community-hero-below-video-small-text a {
  color: #ff7319;
}
.crash-community-hero .crash-community-hero-below-video-small-text a:hover {
  color: #fff233;
}
.crash-community-content {
  height: auto;
  max-height: none;
}
.crash-community-content: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-community-content .crash-community-content-filter {
  width: 100%;
  max-width: 350px;
  padding: 0 30px;
  position: absolute;
  top: -35px;
  left: 50%;
  -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: 2;
}
.crash-community-content .crash-community-content-filter .stackla-widget-filter {
  position: absolute;
  margin-top: -15px;
  z-index: 1;
}
.crash-community-content .crash-community-content-filter .selectricOpen .selectricItems {
  display: block;
  top: inherit;
  left: inherit;
}
.crash-community-content .crash-community-content-filter .selectricOpen .button {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.crash-community-content .crash-community-content-filter .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-community-content .crash-community-content-filter .selectric .label {
  font-family: "CCGeekSpeak", Helvetica, sans-serif;
  color: #5e270b;
  font-size: 20px;
  text-transform: uppercase;
  line-height: 57px;
  margin-left: 20px;
}
.crash-community-content .crash-community-content-filter .selectric .button {
  position: absolute;
  right: 35px;
  height: 10px;
  width: 15px;
  top: 23px;
  text-indent: -100%;
  overflow: hidden;
}
.crash-community-content .crash-community-content-filter .selectric .button:before,
.crash-community-content .crash-community-content-filter .selectric .button:after {
  height: 11px;
  width: 3px;
  content: "";
  position: absolute;
  background-color: #5e270b;
  top: 0;
}
.crash-community-content .crash-community-content-filter .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-community-content .crash-community-content-filter .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-community-content .crash-community-content-filter .selectricItems {
  background-color: transparent;
  background-image: url("../../../../../content/dam/atvi/Crash/wood-bg.jpg");
  background-size: 100% auto;
  border: 2px solid #aa6c13;
}
.crash-community-content .crash-community-content-filter .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-community-content .crash-community-content-filter .selectricItems li.selected {
  color: #ff7319;
}
.crash-community-content .crash-community-content-embed {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px 0 30px 0;
}
.crash-community-content .crash-community-content-embed .crash-community-content-subtitle {
  width: 90%;
  max-width: 800px;
  margin: 0 auto;
  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: 600px) {
  .crash-community-content .crash-community-content-embed .crash-community-content-subtitle {
    font-size: 30px;
  }
}
.crash-community-content .crash-community-content-embed .stackla-widget-section {
  display: none;
}
.crash-community-content .crash-community-content-embed .stackla-widget-section.all-widget {
  display: block;
}
.stackla-widget-mask {
  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;
}

