.banner-right-content,
.header-right-content,
.hero-right-content {
    position: relative;
}

.banner-right-content .main-image,
.header-right-content .main-image,
.hero-right-content .main-image {
    position: relative;
    z-index: 3;
}

.banner-right-content .shape,
.banner-right-content .bg-shape,
.header-right-content .shape,
.header-right-content .bg-shape,
.hero-right-content .shape,
.hero-right-content .bg-shape {
    position: absolute;
    z-index: 1;
    pointer-events: none;
}