/*======= BT CONTENT SLIDER ========*/
.bt-cs {
	position: relative;
	border: none;
}
.slides_container {
	overflow: hidden;
	position: relative;
}



@media screen and (max-width: 1045px) {
	.blog div.items-row .bt-cs .content {
		margin-top: -14%;
	}
}

@media screen and (max-width: 820px) {
	.blog div.items-row .bt-cs .content {
		margin-top: -15%;
	}
	.blog div.items-row .bt-cs .content h2 {
		margin-bottom: 5px;
	}
}
@media screen and (max-width: 700px) {
	.blog div.items-row .bt-cs .content {
		margin-top: 0%;
		float: none;
		background: none;
		color: #000;
		padding: 0 0 5px;
	}
}