Reduce logo on mobile in Fitzeous theme

 In fitzeous theme, in order to reduce size of the logo in mobile only, Please enter below css in wp-admin/appearance/customise/additionalCSS box.

@media (max-width: 991px) {
.main_header_area .header_menu .navbar .navbar-brand img {
 width: 50%;
}
}​