/* Logo size adjustments */
.hpt-header-3-logo img {
    max-width: 110px;
    height: auto;
}

.sidemenu-profile .img img {
    max-width: 120px;
    height: auto;
}

@media (max-width: 767px) {
    .hpt-header-3-logo img {
        max-width: 120px;
    }
    .sidemenu-profile .img img {
        max-width: 100px;
    }
}