.splide {
  width: 90%;
  margin: 0 auto;
}

.splide__track {
  height: 80vh;
}

.splide__slide {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.splide__slide img {
  max-width: 100%;
  max-height: 80vh;
  width: auto;
}

@media (min-width: 768px) {
  .portfolio-modal .modal-dialog {
    max-width: 90vw;
    margin: 1.75rem auto;
  }
}

.service-icon-svg {
  height: 50%;
  width: 50%;
  top: 25%;
  left: 25%;
  position: absolute;
  filter: invert(1);
}