/* Hide the Google Translate top bar */
.goog-te-banner-frame {
    display: none !important;
}

/* Hide the Google Translate logo and dropdown */
.goog-te-gadget {
    display: none !important;
}

.skiptranslate {
    display: none !important;
}

/* body fix */

body {
    top: auto !important;
}