* {
  margin: 0;
  padding: 0;
}

body {
  background: #111;
  font-family: sans-serif;
  font-size: 15px;
  color: #FFF;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 50vh;;
}

.header {

}

#linkedin {
  position: fixed;
  padding-top: 10px;
  height: 30px;
  width: 100%;
  background: lightgray;
  top: 0px;
}

.swiper {
  width: 100%;
  padding-top: 125px;
  padding-bottom: 250px;
}

.swiper-pagination {
  top: 55px;
}

.swiper-pagination-bullet {
  background-color: darkgray;
  height: 10px;
  width: 10px;
}

.swiper-pagination-bullet-active {
  background-color: blue;
}

.swiper-slide {
  background-position: center;
  background-size: cover;
  width: 250px;
  height: 226px;
  background: #111;
  -webkit-box-reflect:below 25px linear-gradient(transparent, transparent, #0006);
}

.swiper-slide img {
  transform: scale(50%) translate(-50%, -50%);
}