#photoColumn {
  width: 100%;
  height: 600px;
}

#slideshowImage {
  width: 100%;
  max-height: 600px;
  min-height: 200px;
  max-width: 1200px;
  object-fit: cover;
  margin-top: auto;
}

#slideLeft, #slideRight {
  font-size: 50px;
  color: #81b0fc;
  margin-top: 250px;
  opacity: 0.5;
  transition: opacity 0.5s ease;
  outline: none;
}

#slideLeft:hover, #slideRight:hover {
  opacity: 1;
  transition: opacity 0.5s ease;
}

#photoIndex {
  padding: 10px;
  color: #81b0fc;
}
