/* Add custom CSS styles below */ 
@media (max-width: 768px) {
  salla-breadcrumb.saji-breadcrumb.hydrated {
    display: flex;
    flex-direction: column;
  }
  salla-breadcrumb.saji-breadcrumb.hydrated::before {
    content: "";
    display: block;
    width: 100%;
    height: 70px; 
    background-image: url("https://cdn.salla.sa/GYyDrb/1hqjRe38Xsdwg0F4ssjmrY5AxKGNFzov2FzI6WLR.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin-bottom: 10px;
    border-radius: 25px;
  }
}