.slider_container{
	width: auto;
	position: absolute;
	display: flex;
	transition: none;
}
.slider_wrapper{
	overflow: hidden;
	overflow: hidden;
	position: relative;
    width: 100%;
    height: 100%;
}
.slider_wrapper_wrapper{
	width: 100%;
}

.slider_item{
	position: relative;
	width: 100vw;
	transition: none; 
}
.slider_image{
	background-position: center 50%;
	background-size: cover;
	background-repeat: no-repeat;
	width: 100%;
	height: calc(100vh - 100px);
	margin-bottom: 100px;
	transition: none;
	/*clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 93% 77%, 94% 88%, 0% 100%);
	-webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 93% 77%, 94% 88%, 0% 100%);*/
}
.slider_text{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100px;
	display: flex;
	justify-content: flex-end;
	flex-direction: column;
}
.slider_text h1{
	text-transform: uppercase;
	font-size: 40px;
	font-weight: 800;
}
.slider_text div{
	padding: 10px 20px; 
}