.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 .bannerText {
        width: 84%;
    }

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

    .main .top {
        overflow: hidden;
    }

    .main .entShowcase {
        right: -8.5vw;
        width: 100%;
    }

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

    .main .entShowcase img {
        top: 0;
        left: -10%;
        height: 100%;
        width: 100%;
    }

}

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

    .main .entShowcase {
        right: -3vw;
        top: 0;
        height: 35vh;
        overflow: hidden;
        background-color: black;
    }

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

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

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

}