/* Add custom CSS styles below */ 
@media(max-width:800px){
  body.trans_header .store-header {
    position: relative;
    width: 100%;
    z-index: 2;
    background: #0b0c0b;
}
  .navbar-brand img {
    max-height: 72px;
}
}
.navbar-brand {
    filter: drop-shadow(1px 1px 3px #533631);
}