/* Portfolio Case (Helix) - Importing base styles from portfolio1.css */

@import url('./portfolio1.css');

/* Override specific styles for Helix */

/* Change banner images for Helix */
.banner--one { 
    background: url("../../assets/images/portfolio/helix.webp") center / cover no-repeat;
}

.banner--two { 
    background: url("../../assets/images/portfolio/helix.webp") center / cover no-repeat;
  margin-bottom: 10rem;
  display: none;
}

