#ae2productslider {
	width: 83%;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
    	position: relative;
	margin-bottom: 10px;
}
#ae2productslider .slid-button {
	margin-left: 50px;
	margin-right: 2px;
	width: calc(50% - 3px);
	max-width: 170px;
	background: #484e9b;
	border-radius: 0 10px 10px 0;
	position: relative;
}
#ae2productslider .slid-button:last-of-type {
	margin-right: 50px;
	border-radius: 10px 0 0 10px;
}
#ae2productslider .slid-button:first-of-type a::before {
	position: absolute;
	display: block;
	content: '';
	width: 50px;
	height: 100%;
	background: #484e9b;
    	top: 0;
	left: -48px;
	border-radius: 30px 0 0 65px;
}
#ae2productslider .slid-button:last-of-type a::after {
	position: absolute;
	display: block;
	content: '';
	width: 50px;
	height: 100%;
	background: #484e9b;
    	top: 0;
	right: -48px;
	border-radius: 0 30px 65px 0;
}
@media screen and (max-width: 875px) {
	#ae2productslider .slid-button img {
		max-width: 50px;
	}
}
@media screen and (max-width: 767px) {
	#ae2productslider {
		width: 100%;
	}
	#ae2productslider .slid-button:first-of-type a::before {
		left: -49px;
	}
	#ae2productslider .slid-button:last-of-type a::after {
		right: -49px;
	}
	#ae2productslider .slid-button:first-of-type {
		margin-left: 50px;
	}
	#ae2productslider .slid-button:last-of-type {
		margin-right: 50px;
	}
}
@media screen and (max-width: 875px) {
	#ae2productslider .slid-button {
		max-width: 130px;
	}
}

@media screen and (max-width: 450px) {
	#ae2productslider .slid-button {
		margin-left: 0px;
	}
	#ae2productslider .slid-button:first-of-type a::before {
		left: -25px;
		width: 25px;
	}
	#ae2productslider .slid-button:last-of-type a::after {
		right: -25px;
		width: 25px;
	}
	#ae2productslider .slid-button:first-of-type {
		margin-left: 25px;
	}
	#ae2productslider .slid-button:last-of-type {
		margin-right: 25px;
	}

}

#ae2productslider a {
	display: flex;
    justify-content: center;
    align-items: center;
	color: white;
}
#ae2productslider .slider-lib {
	display: flex;
    	align-items: center;
    	padding: 5px;
}
#ae2productslider .lib {
	text-align: center;
}