.photobox {
  margin: 1.2em auto auto 2em;
  height: 21em;
  width: 250px;
  position: relative;
  background: #e9e9e9;
  padding: 1em;
  float: left;
  font-size: 0.8em;
  font-weight: 300;
  text-align: center;
  line-height: 1.3em;
  border-bottom: none;
}

.photobox:before {
  content: '';
  z-index: 1;
  position: absolute;
  border: 1px dashed #bbb;
  top: 0.5em;
  bottom: 0.5em;
  left: 0.5em;
  right: 0.5em;
  -moz-box-shadow: 0 0 0 1px #eee;
  -webkit-box-shadow: 0 0 0 1px #eee;
  box-shadow: 0 0 0 1px #eee;
}

.photobox img {
  display: block;
  margin-left: auto;
  margin-right :auto;
  margin-bottom: 0.8em;
}

.swiper-slide {
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.photoboxtext {
  color: #6eb84e;
}
