.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;
}

.main .bannerText::after {
    background-color: black;
    border-radius: none;
    background-image: radial-gradient(at 100% 0%, rgba(54,54,54,1) 0%, rgba(32,32,32,1) 20%, rgba(10,10,10,1) 40%, rgba(0,0,0,1) 100%);
}

.main .bannerText h1,
.main .bannerText p{
    color: white;
}

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

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

    .main .top .topGradient {
        display: none;
    }

    .main .bannerText {
        width: 65%;
    }

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

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

    .main .entShowcase img {
        height: 100%;
        width: 100%;
    }

    @media screen and (max-width: 880px) {
        .main .bannerText p{
            font-size: 1.2vh;
        }
    }

}

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

    .main .bannerSection {
        position: relative;
    }

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

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

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

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

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

    .main .entShowcase img {
        position: relative;
        height: 120%;
        /*top: -10%;*/
        width: 100%;
    }

}