@media only screen and (min-width: 3000px) {

    main {
        position: relative;
        overflow: hidden;
    }

    .mainFade {
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: 99;
        box-shadow: inset 0px 0px 171px 170px #150c0d;
        pointer-events: none;
    }

}
