.flex-row {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: left;
    align-content: center;
    align-items: stretch;
    height: 90vh;
    }

.flex-row-item:nth-child(1) {
    order: 1;
    flex: 1 1 auto;
    align-self: auto;
    height: 90vh;
    text-align: center;
    }

.flex-row-item:nth-child(2) {
    order: 2;
    flex: 20 1 auto;
    align-self: auto;
    height: 90vh;
    overflow: hidden;
    }

.flex-column {
    padding-top: 10px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-content: flex-end;
    align-items: center;
    border: #3D585D solid 8px;
    border-radius: 5px;
    height: 80vh;
    margin-right: 10px;

    }

.flex-column-item:nth-child(1) {
    order: 1;
    flex: 7 1 auto;
    align-self: auto;
    overflow: hidden;
    height: 75vh;
    }

.flex-column-item:nth-child(2) {
    order: 2;
    flex: 1 1 auto;
    align-self: auto;
    text-align: center;
    }

iframe {
    border: none;
}

button#start-button {
margin-top: 25px;
width: 300px;
height: 60px;
font-size: 26pt;
background-color: #3D585D !important;
color: #ffffff  !important;
border-radius: 10px;
border-style: none;
position: relative;
justify-content: center;
padding-left: 10px;
padding-right: 10px;
vertical-align: middle;
text-align: center;
white-space: nowrap;
text-decoration: none;
text-transform: uppercase;
font-weight: 500;
font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,Helvetica,Arial,sans-serif;
}

button#start-button:hover {
    background-color: #467b43 !important;
}


#video-container {
    line-height: 0;
    /* max-width: 320px; */
}
video {
    width: 100%;
}

#video-container.example-style-1 .scan-region-highlight-svg,
#video-container.example-style-1 .code-outline-highlight {
    stroke: #64a2f3 !important;
}

#video-container.example-style-2 .scan-region-highlight {
    border-radius: 30px;
    outline: rgba(0, 0, 0, .25) solid 50vmax;
}
#video-container.example-style-2 .scan-region-highlight-svg {
    display: none;
}
#video-container.example-style-2 .code-outline-highlight {
    stroke: rgba(255, 255, 255, .5) !important;
    stroke-width: 15 !important;
    stroke-dasharray: none !important;
}

#flash-toggle {
    display: none;
}

hr {
    margin-top: 32px;
}
