/* Hide LiveBeep CTA on smaller screens */
@media only screen and (max-width: 768px) {
    #lbContact {
        display: none !important;
    }
}