

/* Hide the desktop-style Portfolio dropdown on mobile */
@media only screen and (max-width: 768px) {
  li._4acf95fa-82f9-48bf-8008-7731b8a58b80 {
    display: none;
  }
}

/* Hide the mobile-style standalone Portfolio links on desktop */
@media only screen and (min-width: 769px) {
  li._d8d21ee9-c301-41be-986a-3366a9764212,
  li._1b68f163-12c9-44c5-a7f0-f6e9cad56174 {
    display: none;
  }
}

@media only screen and (max-width: 768px) {
  /* Hide the "About" parent menu item on mobile */
  li._74b345b2-6c3c-40e9-be48-44c6e6fdb300 > a {
    display: none;
  }
}



@media (min-width: 1024px) {
  .pp-gallery-slides {
    height: 950px !important;
    max-height: 950px !important;
    overflow: hidden !important;
  }

  .pp-gallery-slides .pp-slide {
    background-size: contain !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
  }
}


