@media (min-width: 1690px){
	.slide{
		height: fit-content;
	}
	
	.slide_content{
		height: fit-content;
		max-width: 70vw;
	}
	
	.slide_content_ultrawide{
		max-width: fit-content;
	}
	
	#slide_alternative{
		padding-bottom: 10vh;
		padding-top: 10vh;
	}
	
	#slide_products {
		height: fit-content;
	}
	
	#slide_automations{
		padding-bottom: 10vh;
		padding-top: 10vh;
	}
	
	#slide_vision{
		padding-top: 20vh;
		padding-bottom: 20vh;
	}
	
	.vision_textLine{
		width: 35vw;
	}
	
	.side_videos{
		width:30vw;
		height:15vw;
	}
	
	
	
	#slide_pricing{
		padding-top: 40vh;
		padding-bottom: 20vh;
	}
}