.lcp-bg {
position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}
.banner.inner img{
  position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;      /* SAME as CSS background-size: cover */
    object-position: center;/* SAME as background-position: center */
    z-index: -1;
}
/* html,body{
overflow-x: hidden;
} */