#new-slideshow a {
	position: relative;
	display: block;
}

#new-slideshow a div {
	box-sizing: border-box;
	position: absolute;
	bottom: 20px;
	left: 20px;
	border-radius: 20px;
	padding: 20px;
	width: calc(100% - 40px);
	
	background: rgba(0,0,0,.6);
	color: #fff;
	max-width: 550px;
}

#new-slideshow a div.bottom-right {
	left: auto;
	right: 20px;
}

#new-slideshow a div.top-right {
	left: auto;
	top: 20px;
	bottom: auto;
	right: 20px;
}

#new-slideshow a div.top-left {
	top: 20px;
	bottom: auto;
}

#new-slideshow .gallery-title {
	margin: 0 0 12px;
	text-transform: uppercase;
	font-size: 24px;
	font-weight: 400;
	line-height: 1;
}

#new-slideshow div p {
	font-size: 16px;
	line-height: 1.2;
}

#new-slideshow div u {
	/*
	text-transform: uppercase;
	font-size: 12px;
	margin-top: 12px;
	line-height: 1;
	display: block;
	*/
	
	font: 300 1.2rem 'Bentham', serif;
	text-transform: uppercase;
	text-decoration: none;
	color: white;
	
	display: inline-block;
	min-width: 150px;
	margin-top: 20px;
	padding: 10px 15px;
	background: #b57e40;
	border-radius: 5px;
	transition: .5s;
	text-align: center;	
}

#new-slideshow div u:hover {
	background: black;
}

#new-slideshow.slick-slider .arrow {
	top: auto;
	bottom: 5px;
	margin: 0;
}

#new-slideshow.slick-slider .arrow.prev {
	left: 5px;
}

#new-slideshow.slick-slider .arrow.next {
	right: 5px;
}

@media only screen and (min-width:600px) {

	#new-slideshow.slick-slider .arrow {
		bottom: 50%;
		margin: 0 0 -15px;
	}
	
}

@media only screen and (min-width:1024px) {

	#new-slideshow a div {
		bottom: 40px;
		left: 40px;
		width: 60%;
	}
	
	#new-slideshow a div.bottom-right {
		right: 40px;
		text-align: right;
	}

	#new-slideshow a div.top-right {
		top: 40px;
		right: 40px;
		text-align: right;
	}
	
	#new-slideshow a div.top-left {
		top: 40px;
	}
	
	#new-slideshow .gallery-title {
		font-size: 35px;
	}
	
	#new-slideshow div p {
		font-size: 20px;
	}
	
	#new-slideshow div u {
		font-size: 14px;
	}

}

@media only screen and (min-width:1200px) {

	#new-slideshow.slick-slider .arrow {
		width: 50px;
		height: 50px;
		margin: 0 0 -25px;
	}
	
}

@media only screen and (min-width:1450px) {

	#new-slideshow.slick-slider .arrow.prev {
		left: -25px;
	}
	
	#new-slideshow.slick-slider .arrow.next {
		right: -25px;
	}
	
}