.floating-contact {
position: fixed;
bottom: 20px;
right: 20px;
z-index: 9999;
} .header-transparent {
background: transparent;
position: absolute;
width: 100%;
} @media (max-width: 768px) {
.hide-mobile {
display: none !important;
}
}