.custom_imagebox {
	margin-bottom: 15px;
	width: 100%;
}

.custom_imagebox .slide {
	position: relative;
	margin-bottom: 15px;
}

.custom_imagebox .slide .shadow {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 70%;
	opacity: 0;
	background: linear-gradient(rgba(0,0,0,0), #000);
	background: -o-linear-gradient(rgba(0,0,0,0), #000);
	background: -moz-linear-gradient(rgba(0,0,0,0), #000);
	background: -webkit-linear-gradient(rgba(0,0,0,0), #000);
}

.custom_imagebox .slide a {
	display: block;
}
.custom_imagebox .slide .img {
	display: block;
	width: 100%;
}
.custom_imagebox .slide .text {
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 15px;
	width: 100%;
	transform: translateY(0px);
    transition: transform ease .5s;
}
/*.custom_imagebox .slide:hover .text {
	transform: translateY(-11px);
}*/
.custom_imagebox .slide .text * { margin: 0 !important; }

.custom_imagebox .slide .text .title {
	position: relative;
	margin: 0;
	color: #fff;
	font-size: 16px;
}
/*.custom_imagebox .slide .text .title:after {
	content: "\f0da";
	color: #eb5152;
	font-family: FontAwesome;
	display: inline-block;
	transform: translate(4px, 2px);
	transition: transform ease .35s;
}*/

@media only screen and (min-width: 1025px) {
    .custom_imagebox .slide .text .title { font-size: 21px; }
}

.custom_imagebox .slide .text .description {
	font-size: 10px;
	color: #fff;
	letter-spacing: 3px;
	opacity: 0.8;
}

.custom_imagebox .slide .text .sponsored {
	margin-bottom: 2px !important;
	font-size: 9px;
	color: #fff574;
	letter-spacing: 3px;
	text-transform: uppercase;
}
@media only screen and (min-width: 648px) {
	.custom_imagebox .portrait {
		display: flex;
		flex-flow: row wrap;
	}
	.custom_imagebox .portrait .slide {
		margin: 10px;
		flex: 1 0 calc(33.333% - 20px);
		max-width: calc(33.333% - 20px);
	}
	.custom_imagebox .one-slide .slide {
		margin: 10px;
		flex: 1;
		max-width: 100%;
	}
	.custom_imagebox .one-slide .slide img {
		width: auto;
	}
}