.vr__hero {
  background: rgba(0, 0, 0, .4) !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 550px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
  padding: 0 !important;
  position: relative;
  width: 100vw;
}

.vr__hero h2,
.vr__hero .devsite-landing-row-description {
  color: #fff !important;
}

.vr__video {
  height: auto;
  left: 0;
  min-height: 100%;
  min-width: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  width: auto;
  z-index: -1;
}

.vr__hero .devsite-landing-row-header {
  max-width: 720px;
}

.vr__icon .devsite-landing-row-item-media {
  overflow: visible !important;
  position: relative;
}

.vr__icon .devsite-landing-row-item-media::after {
  background: center / 36px no-repeat;
  bottom: -18px;
  content: '';
  height: 36px;
  left: calc(50% - 18px);
  position: absolute;
  width: 36px;
}

.vr__icon--android .devsite-landing-row-item-media::after {
  background-image: url(/vr/images/ic_android@4x.png);
}

.vr__icon--unity .devsite-landing-row-item-media::after {
  background-image: url(/vr/images/ic_unity@2x.png);
}

.vr__icon--unreal .devsite-landing-row-item-media::after {
  background-image: url(/vr/images/ic_unreal@4x.png);
}

.vr__icon--ios .devsite-landing-row-item-media::after {
  background-image: url(/vr/images/ic_xcode.png);
}

.vr__resources .devsite-landing-row-item-icon {
  font-size: 24px !important;
  height: 24px !important;
  width: 24px !important;
}
