#lightboxEnding {
    display: none;
}

    #lightboxEnding .message-wrapper {
        display: none;
        height: 49vmin;
        justify-content: flex-start;
        flex-direction: row;
    }

        #lightboxEnding .text-wrapper {
            flex-direction: column;
            display: flex;
        }

            #lightboxEnding .text-wrapper {
                text-align: center;
            }

        #lightboxEnding .message-wrapper img {
            width: 27vmin;
            height: auto;
        }

    #lightboxEnding .naveen-wrapper {
        display: none;
    }

@media(max-height: 800px ) and (orientation: landscape) {

}

@media(max-width: 600px) and (orientation: portrait) {
    #lightboxEnding .message-wrapper {
        height: 60vmin;
    }
}
