.image-tag {
	position: relative;
	width: 24.8%;
	height: 230px;
	background-size: cover;
	float: left;
	margin: 0.1%;
}
.image-tag textarea:first-of-type {
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 4.2rem;
	height: 2rem;
}
.image-tag textarea:last-of-type {
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 2.1rem;
	height: 2rem;
}
.image-tag select {
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	height: 2rem;
}
.lc-delete-button {
	position: absolute;
	top: 10px;
	right: 10px;
	color: red;
	font-size: 25px;
	cursor: pointer;
}
.lc-clear {
	clear: both;
}
.lc-slick-slider {
	width:100%;
	height:750px;
}
.slick-slide {
	background-position: center center;
	background-size: cover;
}
.lc-slick-slider > div {
	height: 100%;
}
.slick-prev {
    width: 40px;
    height:40px;
    left: 40px;
    z-index: 1;
    color: #5D8CE8;
}
.slick-next {
    width: 40px;
    height:40px;
    right: 40px;
    z-index: 1;
    color: #5D8CE8;
}
.slick-prev:before, .slick-next:before {
    color: #5D8CE8;
    font-size: 40px;
}
.lc-slide {
	position: relative;
	background-position: center center;
	background-size: cover;
}
.lc-slide-header-container {
	width: 100%;
	height: 14%;
	color: #fff;
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 0 30%;
	background-color: rgba(0,0,0,0.6);
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.lc-slide-header-container > h1 {
	margin-bottom: .3rem;
}
.lc-slide-header-button {
	padding: .5rem;
	color: #fff;
	border: 1px solid #fff;
	border-radius: 3px;
	margin: 0 auto 0 0;
}
a.lc-slide-header-button:hover, a.lc-slide-header-button:active {
	color: rgba(252, 76, 2, 1);
}
.slick-track {
  height:100%;
}
@media only screen and (max-width: 991px) {
	.lc-slick-slider {
		width:100%;
	}
	.lc-slide-header-container {
		height: 18%;
		padding: 0 10%;
	}
	.lc-slide-header-button {
		padding: .35rem;
	}
	.lc-slide-header-container > h1 {
		/* margin-bottom: 0.7rem; */
	}
}
@media only screen and (max-width: 767px) {
	.lc-slick-slider {
		width:100%;
	}
	.lc-slide-header-container {
		height: 22%;
		padding: 0 7%;
	}
	.lc-slide-header-button {
		padding: .35rem;
	}
	.lc-slide-header-container > h1 {
		/* margin-bottom: 0.2rem; */
	}
}
