.RpxIntroduction-desktopForeground {
  width: 60%;
  max-width: 1200px;
  height: calc(100% + 35px);
  z-index: 1;
  position: absolute;
  right: 0%;
  transform: translate(80px, 0);
  top: -35px;
  background-size: 110% auto;
  background-repeat: no-repeat;
}
@media (min-width:1280px) {
  .RpxIntroduction-desktopForeground {
    background-size: 964px auto;
  }
}

