.uiDesignSlide {
    padding: 20px;
    flex-direction: row;
    flex-wrap: wrap;
    min-height: 100vh !important;
    align-items: center;
    align-content: center;
    justify-content: center;
}

.uiDesignTextBox {
    color: black;
    padding-top: 100px;
    padding-left: 50px;
    padding-right: 50px;
    text-align: center;
    text-transform: uppercase;

    @media (min-width: 1001px) {
        font-size: 128px;
    }
    @media (max-width: 1000px) {
        font-size: 64px;
    }
}

.uiDesignTextBox2 {
    color: black;
    font-size: 32px;
    padding-left: 50px;
    padding-right: 50px;
    margin-bottom: 100px;
    text-align: center;
}

.uiDesignTextBox * {
    color: white;
    font-size: 32px !important;
    width: 100%;

    @media (min-width: 1401px) { /* todo use the --desktopMinWidth env variable when they'll be available */
        color: white;
        font-size: 48px !important;
        width: 100%;
    }
}

.uiDesignImageBox {
    text-align: center;
}

.uiDesignImageBox img {
    margin: auto;
    max-width: 70vw;
    max-height: 70vh;
}
