/* Add custom CSS styles below */ 
.Mos__prod a{
max-height:500px !important;
}
.Moa_title-content .maintitle{
display:flex;
align-items:center;
gap:6px;
flex-direction: row-reverse;
}
.Moa_title-content .maintitle div{
  height:4rem;
  max-height:4rem;
  max-width: unset;
}
.store-footer a {
max-width:unset;
}
.store-footer a img{
width:15rem;
margin-bottom: 16px;
}
.navbar-brand img{
    max-height: 4rem;
    max-width: 200px;
}
@media(max-width:600px){
#M_main_banner-0 .Moa_videobanner{
  height:60vh !important;
}
.navbar-brand img{
    max-height:4rem;
    max-width: 150px !important;
}
.main-nav-container.fixed-pinned .navbar-brand img{
  max-height:4rem;
  max-width: 150px !important;
}
}