.photoes_carousel{
	margin-bottom: 170px;
	position: relative;
}
.photoes_carousel:before{
	background: linear-gradient(90deg, #000 0%, rgba(0, 0, 0, 0.00) 100%);
	height: 100%;
	width: 190px;
	top: 0;
	left: 0;
	content: '';
	display: block;
	position: absolute;
	z-index: 1;
}
.photoes_carousel:after{
	background: linear-gradient(270deg, #000 0%, rgba(0, 0, 0, 0.00) 100%);
	height: 100%;
	width: 190px;
	top: 0;
	right: 0;
	content: '';
	display: block;
	position: absolute;
	z-index: 1;
}
.photoes_carousel .item{
	position: relative;
	width: 465px;
	height: 465px;
}
.photoes_carousel .item:after{
	background: linear-gradient(270deg, rgba(0, 0, 0, 0.80) 0%, rgba(0, 0, 0, 0.00) 100%);
	height: 100%;
	width: 160px;
	top: 0;
	right: 0;
	content: '';
	display: block;
	position: absolute;
	z-index: 1;
}
@media (min-width: 767px){

}