.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 .bannerText h1 {
    color: rgb(165,165,165);
}

.main .bannerText p {
    color: white;
}

.main .bannerText::after {
    display: none;
}

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

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

    .main .top .topGradient {
        left: 15vw;
        width: 80vw;
    }

    .main .bannerSection .top {
        height: 54vh;
    }

    .main .bannerText {
        width: 40vw;
    }

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

    .main .entShowcase.anim {
        right: -3vw;
    }

    .main .entShowcase img {
        height: 112%;
        top: -6%;
        width: auto;
        object-fit: contain;
        left: 5%;
    }

    @media screen and (max-width: 780px) {
        .main .bannerText {
            min-width: 35vw;
        }
    }

}

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

    .main .bannerSection .topGradient {
        top: 0;
        left: 0;
        width: 120%;
        height: 80vh;
    }

    .main .bannerText {
        background-color: transparent;
    }

    .main .bannerSection {
        position: relative;
    }

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

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

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

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

    .main .entShowcase img {
        position: relative;
        height: 120%;
        top: -10%;
        left: -30%;
        width: auto;
    }

}