/* Extra small devices (portrait phones, less than 576px) */

/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {
    #landz-header .logo .mobile-logo { display: block; }
    #landz-header .logo .tablet-logo { display: none; }
    #landz-header .logo .desktop-logo { display: none !important; }
}

/* Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {
    #landz-header .logo .mobile-logo { display: none; }
    #landz-header .logo .tablet-logo { display: block; }
    #landz-header .logo .desktop-logo { display: none !important; }
}