/* Add custom CSS styles below */ 
.banner--fixed img {
       background-color: transparent;
       margin: auto;
}
.my-header {
    position: relative;
}
.navbar-brand img {
    width: 120px !important;
    height: 100px !important;
    scale: 2.5;
}
footer img.w-full.h-full {
    scale: 2;
}
.cart .bg-secondary {
    background-color: rgba(255, 255, 255, 1);
}
.mobile-menu.mm-spn {
    background: transparent;
}
@media (max-width:767px){
 .osh-main-banner .h-\[611px\] {
    height: 450px;
}
  .navbar-brand img {
    scale: 1.5;
}
}