#lightboxLion {
    display: none;
}


    #lightboxLion .message-wrapper {
         justify-content: center;
         display: none;
    }

        .content-wrapper-lion {
            display: flex;
            flex-direction: row;
            align-items: center;
            justify-content: space-between;

        }

            #lightboxLion .message-wrapper p {
                width: 38vmin;
                text-align: left;
            }

            #lightboxLion .lion {
                width: 18vmin;
                height: auto;
            }

        #videoLion {
            width: 55vmin;
            height: auto;
        }

@media(max-height: 800px ) and (orientation: landscape) {
    #lightboxLion h1 {
        margin-top: 0;
    }

    #lightboxLion .message-wrapper {
        margin-bottom: 0;
        height: 85vmin;
    }

    #lightboxLion .message-wrapper p {
        width: 95vmin;
    }

    #lightboxLion .lion {
        display: none;
    }

    #videoLion {
        width: 85vmin;
    }
}

@media(max-width: 600px) and (orientation: portrait) {
    #lightboxLion h1 {
        margin-top: 0;
    }

    #lightboxLion .message-wrapper {
        height: 116vmin;
    }

    #lightboxLion .message-wrapper p {
        width: 86vmin;
    }

    #lightboxLion .lion {
        display: none;
    }

    #videoLion {
        width: 85vmin;
    }
}

@media(min-width: 600px) and (max-height: 400px) {
    #lightboxLion .message-wrapper p {
        width: 130vmin;
    }
}
