
.slide-item {
  padding: 10px;
	position: relative;
}

.slide-caption {
  position: absolute;
	width: 100%;
	width: calc(100% - 20px);
  bottom: 10px;
  left: 10px;
	color: white;
	background: rgba(0,0,0,.5);
	word-break: break-word;
	text-align: center;
	font-family: Arial;
	padding: 20px 10px 0px 10px;
  text-align: center;
	opacity: 0;
	-webkit-transition: opacity 1.0s ease-out;
	-moz-transition: opacity 1.0s ease-out;
	-o-transition: opacity 1.0s ease-out;
padding: 0px 10px 10px;
padding: 5px;
padding: 0px 10px 10px 20px;
padding: 10px;
}

.slide-caption:hover {
	opacity: 1;
	-webkit-transition: opacity 0.5s ease-out;
	-moz-transition: opacity 0.5s ease-out;
	-o-transition: opacity 0.5s ease-out;
}

.slide-item:hover .slide-caption {
  opacity: 1;
  -webkit-transition: opacity 0.5s ease-out;
  -moz-transition: opacity 0.5s ease-out;
  -o-transition: opacity 0.5s ease-out;
}

.slick-prev::before,
.slick-next::before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  font-size: 20px;
  color: silver;
  color: royalblue;
  line-height: 1;
}

.slick-prev::before {
  content: '104'; /* Replace with the Font Awesome icon code for the previous arrow */
}

.slick-next::before {
  content: '105'; /* Replace with the Font Awesome icon code for the next arrow */
}

