.slideshow {
  height: 435px;
  width: 100%;
  position: relative
}
.slideshow * {
  position: absolute;
}
.slideshow img {
  width: 100%;
  max-height: 100%;
}
.slideshow .arrow {
  line-height: 435px;
  cursor: pointer;
  font-family: Georgia;
  font-weight: 700;
  font-size: 18px;
}
.slideshow .arrow.left {
  margin-left: -20px;
}
.slideshow .arrow.right {
  margin-left: 20px;
  width: 100%;
  text-align: right;
}
