.eteam-ads-slider {
	float: left;
	width: 100%;
	font-size: 14px;
	font-size: 1rem;
}

.eteam-ads-slider .ads-slide-wrap {
	float: left;
	width: 33.33333333333333%;
	/*padding: 0 1.1538461538461537em;*/
	padding: 0 0.3em;
}

.eteam-ads-slider .ads-slide {
	font-size: 18px;
	font-size: 1.286rem;
	padding: 0.500em;
	border: 1px solid #d4d4d4;
	background-color: #f7f7f7;
	box-shadow: 0 0.278em 0.278em 0 rgba(1, 2, 2, 0.1);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: contain;
}

.eteam-ads-slider .title {
	position: relative;
	margin: 0.542em 0.708em 7.500em;
    padding: 0 0 0.583em;
    font-size: 24px;
    font-size: 1.714rem;
    font-weight: 500;
}

.eteam-ads-slider .title:after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: '';
    display: block;
    width: 1.750em;
    height: 2px;
    background-color: #960000;
}

.eteam-ads-slider .text {
	text-align: center;
	line-height: 1.333em;
	padding: 0.389em 0.667em;
	background-color: #fff;
}

.eteam-ads-slider .text > :first-child {
	margin-top: 0;
}

.eteam-ads-slider .text > :last-child {
	margin-bottom: 0;
}

@media all and (min-width: 1286px) {
	/*.eteam-ads-slider .ads-slide-wrap {
		padding: 0 0.3em;
	}*/
}

@media all and (min-width: 1851px) {
	.eteam-ads-slider .ads-slide-wrap {
		padding: 0 3.714em;
	}
}

@media all and (max-width: 1285px) {
	.eteam-ads-slider .title {
		font-size: 1.4rem;
		margin-bottom: 39%;
	}
	
	.eteam-ads-slider .ads-slide {
		font-size: 1rem;
	}
}

/*@media all and (max-width: 1024px) {
	.eteam-ads-slider .ads-slide-wrap {
		width: 100%;
		margin-bottom: 1em;
	}
	.ads-slide {
		background-position: top right;
		background-size: 52%;
		padding: 14% 20px;
		position: relative;
	}
	
	.eteam-ads-slider .title {
		position: absolute;
		margin: 0;
		font-size: 1.714rem;
		top: 30px;
	}
	
	.eteam-ads-slider .text {
		text-align: left;
		padding: 0;
		position: absolute;
		z-index: 99;
		left: 20px;
		top: 55%;
		width: 45%;
	}
}*/