#banner-new .container {
  width: 1310px;
}

#banner-new .left {
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
}

#banner-new .left::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: -113px;
  bottom: 0;
  background-image: url('../../../images/home/redesign/banner-new-pattern.png');
  background-image: image-set(url('../../../images/home/redesign/banner-new-pattern.png') 1x,
  url('../../../images/home/redesign/banner-new-pattern@2x.png') 2x);
  background-size: auto;
  background-position: right center;
  background-repeat: no-repeat;
  z-index: -1;
}

#banner-new .left .title {
  font-size: 94px;
  line-height: 1em;
  text-shadow: 0px 5px 0px #00000036;
}

#banner-new .left .title::before {
  content: '';
  position: absolute;
  width: 42px;
  height: 50px;
  top: 20px;
  left: 29px;
  background-image: url('../../../images/home/redesign/banner-new-decor.png');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

#banner-new .left .title::after {
  content: '';
  position: absolute;
  width: 44px;
  height: 43px;
  top: 31px;
  right: 8px;
  background-image: url('../../../images/home/redesign/banner-new-decor2.png');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

#banner-new .left .title span {
  font-size: 70px;
  margin-top: -28px;
  text-shadow: 0px 6px 0px #00000036;
}

#banner-new .right video,
#banner-new .right img {
  max-width: 100%;
  max-height: 100%;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  object-fit: cover;
}

@media screen and (max-width: 992px ) {
  #banner-new .container {
    flex-wrap: wrap;
    max-width: 647px;
    width: 100%;
  }

  #banner-new .left {
    width: 100%;
    overflow: hidden;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    border-bottom-left-radius: 0px;
  }

  #banner-new .left .title {
    font-size: 60px;
    margin: 43px 0 29px 0;
  }

  #banner-new .left .title span {
    font-size: 43px;
    margin-top: -17px;
  }

  #banner-new .right {
    width: 100%;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    overflow: hidden;
  }

  #banner-new .right video, #banner-new .right img {
    border-top-right-radius: 0px;
    max-height: 203px;
  }
}

@media screen and (max-width: 567px ) {
  #banner-new .container {
    margin-top: 37px;
  }

  #banner-new .left .title::before {
    width: 27px;
    height: 33px;
    top: 13px;
    left: 14px;
  }

  #banner-new .left .title::after {
    width: 29px;
    height: 28px;
    top: 21px;
    right: -4px;
  }
}