.toplevel_page_rhino-image-setting-admin .alpha-color-picker-container{
    width: 233px !important;
}
.widgetImageWrapper{
    background-position: center top !important;
    background-size: cover !important;
    position: relative;
}
.widgetImageWrapper > * {
    position: relative;
    z-index: 1;
}
.widgetImageWrapper:after{
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;  
}
#imageWidgetCTA{
    padding: 6px 16px;
}