.main .bannerImg {
    z-index: 2;
}

.main .bannerSection .top {
    z-index: 1;
    position: relative;
}

.main .entShowcase {
    top: 0;
    height: 100%;
    z-index: 1;
    position: relative;
}

.main .bannerText {
    z-index: 2;
}

.main .entShowcase img {
    object-fit: cover;
    position: relative;
}

@media screen and (min-width: 860px) {

    .main .top {
        overflow: hidden;
    }

    .main .bannerText::after {
        width: 155%;
    }

    .main .bannerText {
        width: 65%;
    }

    .main .entShowcase {
        right: -2vw;
        width: 70%;
    }

    .main .entShowcase.anim {
        right: 0;
    }

    .main .entShowcase img {
        height: 108%;
        width: 105%;
        left: -3.5%;
    }

}

@media screen and (max-width: 859px) {

    .main .bannerImg {
        height: 40vh;
    }

    .main .bannerSection {
        position: relative;
    }

    .main .bannerSection .top {
        position: relative;
    }

    .main .bannerSection .bannerText {
        position: relative;
    }

    .main .entShowcase {
        width: 100%;
        top: 0;
        height: 42vh;
        overflow: hidden;
    }

    .main .entShowcase.anim {
        right: 0;
    }

    .main .entShowcase img {
        position: relative;
        height: 140%;
        top: -27%;
        left: -21%;
        width: 120%;
    }

}