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

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

    .main .entShowcase {
        left: 64%;
        top: 3%;
    }

    .main .entShowcase.anim {
        left: 61%;
    }

    .main .entShowcase img {
        width: auto;
    }

    .main .entShowcase .showCaseSet:first-of-type img:nth-child(1) {
        left: -13vh;
        top: -7vh;
        height: 35vh;
        z-index: 1;
    }

    .main .entShowcase .showCaseSet:first-of-type img:nth-child(2) {
        left: -8vh;
        top: 24vh;
        height: 14vh;
        z-index: 3;
    }

    .main .entShowcase .showCaseSet:first-of-type img:nth-child(3) {
        left: 23vh;
        top: 5vh;
        height: 24vh;
        z-index: 2;
    }

    .main .entShowcase .showCaseSet:first-of-type img:nth-child(4) {
        left: 47vh;
        top: 2vh;
        height: 40vh;
    }

    .main .entShowcase .showCaseSet:nth-of-type(2) img:nth-child(1) {
        left: -8vh;
        top: 5vh;
        height: 38vh;
        z-index: 1;
    }

    .main .entShowcase .showCaseSet:nth-of-type(2) img:nth-child(2) {
        left: 10vh;
        top: 15vh;
        height: 23vh;
        z-index: 2;
    }

    .main .entShowcase .showCaseSet:nth-of-type(2) img:nth-child(3) {
        left: 15vh;
        top: 0;
        height: 14vh;
        z-index: 3;
    }

    .main .entShowcase .showCaseSet:nth-of-type(2) img:nth-child(4) {
        left: 49vh;
        top: 4vh;
        height: 38vh;
    }

}

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

    .main .entShowcase {
        left: 3vw;
        height: 35vh;
    }

    .main .top .topGradient {
        bottom: 15vh;
    }

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

    .main .entShowcase img {
        height: auto;
    }

    .main .entShowcase .showCaseSet:first-of-type img:nth-child(1) {
        left: 4px;
        top: -2vh;
        height: 32vh;
        z-index: 1;
    }

    .main .entShowcase .showCaseSet:first-of-type img:nth-child(2) {
        left: -3vw;
        bottom: -1vh;
        height: 10vh;
        z-index: 3;
    }

    .main .entShowcase .showCaseSet:first-of-type img:nth-child(3) {
        left: 40vw;
        bottom: 5vh;
        height: 20vh;
        z-index: 2;
    }

    .main .entShowcase .showCaseSet:first-of-type img:nth-child(4) {
        right: 3vw;
        bottom: -4vh;
        height: 36vh;
    }

    .main .entShowcase .showCaseSet:nth-of-type(2) img:nth-child(1) {
        left: 2vw;
        bottom: -4vh;
        height: 25vh;
        z-index: 1;
    }

    .main .entShowcase .showCaseSet:nth-of-type(2) img:nth-child(2) {
        left: 22.5vw;
        bottom: -1vh;
        height: 19vh;
        z-index: 2;
    }

    .main .entShowcase .showCaseSet:nth-of-type(2) img:nth-child(3) {
        left: 26.5vw;
        top: 2vh;
        height: 14vh;
        z-index: 3;
    }

    .main .entShowcase .showCaseSet:nth-of-type(2) img:nth-child(4) {
        right: 2vw;
        bottom: -4vh;
        height: 27vh;
    }

}