.breadcumb-banner {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 55%; /* Ensure it covers the image portion */
    overflow: hidden;
    z-index: 1;
    clip-path: polygon(10% 0, 100% 0%, 100% 100%, 0% 100%);
}

.breadcumb-banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
