.ls-banner-wrapper {
  height: 222px;
  position: relative;
  /* background-size: 1920px 222px; */
  background-size: cover;
  z-index: 2;
  background-position: 50% 50%;
  background-repeat: no-repeat; 
}
.ls-banner-wrapper .plane-img {
  position: absolute;
  right: 0; 
}
.ls-banner-wrapper .plane-img.plane-img-1 {
  top: 50px;
  margin-right: 290px;
  max-width: 240px; 
}
.ls-banner-wrapper .plane-img.plane-img-1 svg {
  width: 240px;
  height: 336px; 
}
.ls-banner-wrapper .plane-img.plane-img-2 {
  top: 35px;
  margin-right: 620px;
  max-width: 150px; 
}
.ls-banner-wrapper .plane-img.plane-img-2 svg {
  width: 150px;
  height: 212px; 
}

@media only screen and (min-width: 1921px) {
  .ls-banner-wrapper {
    background-size: 100%; 
  } 
}
@media only screen and (max-width: 720px) {
  .ls-banner-wrapper {
    height: 140px;
    background-size: auto 140px; 
  }
  .ls-banner-wrapper .plane-img.plane-img-1 {
    display: none; 
  }
  .ls-banner-wrapper .plane-img.plane-img-2 {
    top: 25px;
    margin-right: 25px; 
  }
  .ls-banner-wrapper .plane-img.plane-img-2 svg {
    width: 90px;
    height: 130px; 
  } 
}

