/* OG Image Maker */

.ogoutput img {
    max-width: 100%;
}

input[type="file"] {
    width: 100%;
    white-space: normal;
    word-wrap: break-word; 
}


