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

.main .bannerSection .switchboardDesc {
    z-index: 3;
}

.main .bannerSection .switchBoard {
    z-index: 2;
}

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

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

    .main .bannerSection .topGradient {
        background-image: radial-gradient(at 52% 0%, rgba(54,54,54,1) 0%, rgba(32,32,32,1) 25%, rgba(10,10,10,1) 50%, rgba(0,0,0,1) 100%);
    }

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

    .main .entShowcase {
        left: 56%;
        top: 6%;
    }

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

    .main .entShowcase img {
        width: auto;
    }

    /*.main .entShowcase .showCaseSet:nth-child(1) img:nth-child(1) {
        left: 0;
        top: 2vh;
        height: 15vh;
        z-index: 1;
    }

    .main .entShowcase .showCaseSet:nth-child(1) img:nth-child(2) {
        left: 18vh;
        top: 12vh;
        height: 20vh;
        z-index: 2;
    }

    .main .entShowcase .showCaseSet:nth-child(1) img:nth-child(3) {
        left: 42vh;
        top: 0;
        height: 24vh;
        z-index: 1;
    }

    .main .entShowcase .showCaseSet:nth-child(1) img:nth-child(4) {
        left: 60.7vh;
        top: 8vh;
        height: 25vh;
        z-index: 2;
    }*/
	
	.main .entShowcase .showCaseSet:nth-child(1) img {
        left: 0;
        top: 0vh;
        width: auto;
        height: 35vh;
        z-index: 1;
    }
	
    .main .entShowcase .showCaseSet:nth-child(2) img {
        left: 0;
        top: 0vh;
        width: auto;
        height: 37vh;
        z-index: 1;
    }

}

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

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

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

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

    .main .entShowcase img {
        height: auto;
    }

    .main .topGradient {
        bottom: 20vh !important;
    }

    .main .entShowcase .showCaseSet:nth-child(1) img:nth-child(1) {
        left: 2vw;
        top: 4vh;
        height: 10vh;
        z-index: 1;
    }

    .main .entShowcase .showCaseSet:nth-child(1) img:nth-child(2) {
        left: 20vw;
        top: 12vh;
        height: 15vh;
        z-index: 2;
    }

    .main .entShowcase .showCaseSet:nth-child(1) img:nth-child(3) {
        left: 48vw;
        top: 2vh;
        height: 18vh;
        z-index: 1;
    }

    .main .entShowcase .showCaseSet:nth-child(1) img:nth-child(4) {
        left: 68vw;
        top: 10vh;
        height: 20vh;
        z-index: 2;
    }

    .main .entShowcase .showCaseSet:nth-child(2) img {
        left: 2.5vw;
        bottom: 0;
        width: 92vw;
        height: auto;
        z-index: 1;
    }

}