How can I eliminate the review carousel pop-up from my website?

How do I get rid of the annoying review carousel that pops up at the bottom left of my website?

Site here - https://ha.ndso.me/

@chris_waterman

Please add the following code at the bottom of your assets/styles.css file.

#ztb-wrapper-facebookreview { display: none !important;}

Thanks!

Thanks but unfortunately that hasn’t worked

@chris_waterman

Please try this css class

body [data-wzb][data-disabled=false] {
    display: none !important;
}

Thanks!