@import url("https://fonts.googleapis.com/css?family=Lato:400,400i,700");
	
body {
	display: flex;
	justify-content: center;
	margin: 0;
	background-color: black;
}
.slick-wrapper {
	width: 100%;
	background-color: black;
}
.slide-item {
	background-color: black;
	color: aqua;
	display: flex !important;
	justify-content: center;
	align-items: center;
	text-align: center;
	border: 0px solid white;
	h3 {
		font-family: Lato, sans-serif;
		font-size: 40px;	
	}
}

.lamp-img{
	width: 100%;
}
.slide__caption {
      /* bottom: 0; */
    min-height: 80px;
    /* left: 0; */
    position: absolute;
    width: 100%;
    z-index: 2;
      text-transform: capitalize;
}
.nameclass{
	position: relative;
    top: 106px;
    color: #fff;
  font-family: sans-serif;
}
.slick-slide {
    min-height: 450px;
}
