

/**umb_name:Left_Image*/
.wysiwyg-image-left {
    width: 50% !important;
    float: left !important;
    display:block !important;
    margin: 0px 20px 20px 0px !important;
}

.wysiwyg-image-left img {
    width: 100% !important;
    height: auto !important;
}


/**umb_name:Center_Image*/
.wysiwyg-image-center {
    width: 100% !important;
    clear: both !important;
    display:block !important;
    margin: 0px 0px 35px 0px !important;
}

.wysiwyg-image-center img {
    width: 100% !important;
    height: auto !important;
}

/**umb_name:Right_Image*/
.wysiwyg-image-right {
    width: 50% !important;
    float: right !important;
    margin: 0px 0px 20px 20px !important;
    display: block !important;
}

.wysiwyg-image-right img {
    width: 100% !important;
    height: auto !important;
}
