#lightboxZebra {
    display: none;
}


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

        .content-wrapper-zebra {
            display: flex;
            flex-direction: row;
            align-items: center;
            justify-content: space-between;
            margin-bottom: 2vmin;

        }

            #lightboxZebra .message-wrapper p {
                width: 54vmin;
                text-align: left;
            }

            #lightboxZebra .zebra {
                width: 17vmin;
                height: auto;
            }

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

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

    #lightboxZebra .message-wrapper {
        margin-bottom: 0;
    }

    #lightboxZebra .message-wrapper p {
        width: 100vmin;
    }

    #lightboxZebra .zebra {
        display: none;
    }

    #videoZebra {
        width: 76vmin;
    }
}

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

    #lightboxZebra .message-wrapper {
         height: 115vmin;
    }

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

    #lightboxZebra .zebra {
        display: none;
    }

    #videoZebra {
        width: 86vmin;
    }
}
