.slider_container{
	width: auto;
	position: absolute;
	display: flex;
	transition: none;
	height: 100%;
}
.slider_wrapper{
	overflow: hidden;
	overflow: hidden;
	position: relative;
    width: 100%;
    height: 100%;
}
.slider_wrapper_wrapper{
	width: 100%;
}

.slider_content{
	position: absolute;
	width: 100vw;
	transition: none; 
	overflow: hidden;
	height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-direction: column;
	top: 0px;
	left: 0px;
	z-index: 0;
}