.lightbox-wrapper {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    background: #00000080;
    color: #000000;
    z-index: 10000;
    width: 100%;
    height: 100%;
}

.close-wrapper a {
    display: inline-block;
    line-height: 1.302083vw;
    position: absolute;
    font-size: 0.7vw;
    color: #fff;
    font-family: neue-haas-grotesk-display;
    bottom: 1%;
    left: 50%;
    transform: translate(-50%);
}
div#forniteLogo {
    margin-top: 1.5vw;
}

.lightbox-inner-wrapper {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 62.5vw;
    text-align: center;
    background: #000000;
    color: #D8D9DA;
    z-index: 10000;
    border: 1px solid #D8D9DA;
    font-family: "recent-grotesk", sans-serif;
    font-weight: 800;
    font-style: normal;
    padding: 4.0625vw 0;
    font-size: 0;
}

.countdownTitle {
    font-size: 2.604167vw;
    line-height: 2.604167vw;
    max-width: 70%;
    margin: 0 auto 1.5vw;
}

div#tiles span {
    font-size: 9.114583vw;
    line-height: 1;
    min-width: 11vw;
    display: inline-block;
}
.corner_image{
    background-image: url(../images/cornerleaf.svg);
    width: 55px;
    height: 55px;
    background-size: contain;
    background-repeat: no-repeat;
    background-color: transparent;
}
#upper_left {
	position: absolute;
	top: 1vw;
	left: 1vw;
}
#upper_right {
	position: absolute;
	top: 1vw;
	right: 1vw;
}
#lower_left {
	position: absolute;
	bottom: 1vw;
	left: 1vw;
}
#lower_right {
	bottom: 1vw;
	right: 1vw;
	position: absolute;
}

@media only screen and (max-width: 1024px) and (orientation: portrait) {
    .lightbox-inner-wrapper {
        max-width: 95%;
        width: 100%;
        padding: 10.4vw 0;
    }

    .close-wrapper a {
       
        font-size: 3vw;
      
        bottom: 3%;
    }

    .corner_image {
        background-image: url(../images/cornerleaf.svg);
        width: 8vw;
        height: 8vw;
        background-size: contain;
        background-repeat: no-repeat;
        background-color: transparent;
    }
    div#forniteLogo {
        max-width: 57%;
        text-align: center;
        margin: 3vw auto;
    }
    .countdownTitle img {
        margin: 3vw auto;
        max-width: 76%;
    }
    .countdownTitle {
        font-size: 6.666667vw;
        line-height: 1;
        max-width: 85%;
        margin: 0 auto 2.666667vw;
    }

    div#tiles span {
        font-size: 17.333333vw;
        min-width: 22vw;
        letter-spacing: 2px;
    }
    div#tiles span:last-child {
        min-width: 18vw;
    }
    #upper_left {
      
        top: 2vw;
        left: 2vw;
    }
    #upper_right {
       
        top: 2vw;
        right: 2vw;
    }
    #lower_left {
       
        bottom: 2vw;
        left: 2vw;
    }
    #lower_right {
        bottom: 2vw;
        right: 2vw;
       
    }
}