/**************************
@green			 : green;
@black           : #000;
@white           : #FFF;

@link-color      : #000;
@link-hover-color: #000;

@accent-color    : @green;
**************************/
/*
@bg: background color of button
@color: color of the text
@size: button size -> "sm" for small button, "md" for medium button
*/
#operator-mlp-container #operator-hero-media {
  position: relative;
  height: 600px;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
}
#operator-mlp-container #operator-hero-media:after {
  content: "";
  background: linear-gradient(90deg, #000000 0%, rgba(0, 0, 0, 0) 17.19%, rgba(0, 0, 0, 0) 82.81%, #000000 100%), linear-gradient(180deg, rgba(0, 0, 0, 0) 70.31%, #000000 97.92%);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
#operator-mlp-container #operator-hero-media video {
  object-position: top center !important;
}
#operator-mlp-container .pack-item .atvi-card-media-container {
  border: 1px solid #585348;
}
#operator-mlp-container .uav-description h2 {
  font-family: "Hitmarker Condensed Black", Arial;
  font-weight: 900;
  font-style: normal;
  letter-spacing: 1px;
  font-size: 1.75rem;
  line-height: 1.75rem;
  text-transform: uppercase;
  margin-bottom: 10px;
}
#operator-mlp-container .uav-description p {
  color: #BBB !important;
}
#operator-mlp-container .uav-trailer.mlp-operator-trailer {
  margin: 55px 0;
}
#operator-mlp-container .uav-disclaimer p {
  font-family: "Hitmarker Text Regular", Arial;
  font-weight: 400;
  letter-spacing: 1px;
  font-size: 0.75rem;
  line-height: 1.25rem;
  font-size: 12px !important;
  font-style: normal;
  color: #BBB !important;
}
#operator-mlp-container .operator-mlp-retail-inner-container .retail-platforms a:after {
  border-top: 1px solid #F05942;
  border-right: 1px solid #F05942;
}
.atvi-locale-selector .locale-panel ul li.flag-th,
.atvi-locale-selector .locale-panel ul li.flag-ja,
.atvi-locale-selector .locale-panel ul li.flag-ko {
  display: none;
}
#operator-mlp-mobile-cta {
  display: none !important;
}
