#lhc_container_v2 #lhc_status_widget_v2{
    bottom:60px!important;   /* Adjust position from bottom */ 
    right:7px!important;    /* Adjust position from right */
    
    /* Adjust dimensions themself to make smaller container to match new icon size */
    min-height: 75px!important;
    min-width: 75px!important;
    max-height: 75px!important;
    max-width: 75px!important;
    width: 75px!important;
    height: 75px!important;
}

@media only screen and (min-width:993px) {
    #lhc_widget_v2{
        border-radius: 12px!important;
    }
}
