.swiper-container {
  overflow: hidden;
}

.swiper-slide.project-slide {
  display: flex !important;
  align-items: center;
  justify-content: center;
  height: auto !important;
}

#project-slider {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.swiper-image {
  height: 100%;
  width: 100%;
}

.swiper-image img {
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    height: 100%;
}

.swiper-pagination-bullet {
  height: 14px !important;
  width: 14px !important;
  border: 1px solid white !important;
  background-color: transparent !important;
}

.swiper-pagination-bullet-active {
  background-color: white !important;
}

.swiper-button-next.projects {
  right: var(--swiper-navigation-sides-offset,-30px) !important;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%230065A4'%2F%3E%3C%2Fsvg%3E") !important;
}

.swiper-button-prev.projects {
  left: var(--swiper-navigation-sides-offset,-30px) !important;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%230065A4'%2F%3E%3C%2Fsvg%3E") !important;
}

@media screen and (max-width:800px) {
  .swiper-button-next.projects {
	right: var(--swiper-navigation-sides-offset,-30px) !important;
  }
  .swiper-button-prev.projects {
	left: var(--swiper-navigation-sides-offset,-30px) !important;
  }
}
