@media (max-width: 768px) {
	.fancybox-toolbar {
		display:flex;
		margin-left: 65px;
	}
	.fancybox-navigation .fancybox-button {
		top: auto;
		bottom: 0;
		width: 50% !important;
		box-sizing: border-box !important;
		padding: 0;
		background-clip: none;
		height: 40px;
		margin-bottom: 0px !important;
	}
	.fancybox-navigation {
		height: 100%
	}
	
}

.ha-survey-ownerComment {
	display: none !important
}


.whatsapp {
    position: fixed;
    bottom: -7rem;
    right: 1rem;
    z-index: 1000;
    transition: all 1s ease-in;
}
.whatsapp.animate {
    bottom: 1rem;
}
.whatsapp svg {
    width: 30px;
    height: auto;
    
}