.moment-photo{
	min-height: 200px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	position: relative;
}
.moment-time{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 99;
}
.moment-name{
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 99;
}
.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: #A04D0E;
  z-index: 100;
}
.moment-photo:hover .overlay {
  opacity: 0.7;
}

.text {
  color: white;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}
.slick-dots button{
	display: none !important;
}
.slick-dots{
	text-align: center;
}
.slick-dots li::before{
	content: '•';
	font-size: 20px;
}
.slick-dots li::before{
	content: '•';
	font-size: 20px;
}
.slick-active{
	color: orange;
}
.slick-dots li{
	display: inline-block;
	padding: 10px;
}