
@media (max-width: 640px) {
    .easystickybuttons-container {
        position: fixed;
    }
	    body {
        padding-bottom: 45px;
    }
	.grecaptcha-badge {
    z-index: 100;
    right: inherit !important;
    left: calc(50% - 128px);
	bottom: 45px !important;
	opacity: 0;
}
}