@media screen and (min-width: 757px) { /* change logo size to exact width and height of actual logo size */ .navbar .navbar-brand img { width: 2045px!important; height: 659px!important; max-width: 250px; max-height: 55px; } /* set to exact logo height for fixed static header */ .op-navbar.fixed .navbar-brand img { max-height: 100px; } } /* end logo size setting */