.lc-floating-whatsapp {
	position: fixed;
	right: 24px;
	bottom: 24px;
	z-index: 10000;
	display: block;
	width: 150px;
	height: 150px;
	line-height: 0;
	text-decoration: none;
	transition: transform .2s ease, opacity .2s ease;
}

.lc-floating-whatsapp:hover,
.lc-floating-whatsapp:focus {
	opacity: .92;
	transform: translateY(-3px);
}

.lc-floating-whatsapp img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
	border: 0;
}

#gkHeaderMod,
#gkHeaderMod > .gkPage,
#gkHeaderMod .custom,
#slider1,
#slider2,
#layerslider_3,
#layerslider_4,
#slider1 .ls-wp-container,
#slider2 .ls-wp-container,
#slider1 .ls-container,
#slider2 .ls-container,
#slider1 .ls-inner,
#slider2 .ls-inner,
#slider1 .ls-slide,
#slider2 .ls-slide {
	height: 100vh !important;
	min-height: 100vh !important;
}

@media (max-width: 640px) {
	.lc-floating-whatsapp {
		right: 16px;
		bottom: 16px;
		width: 110px;
		height: 110px;
	}
}
