.slider{}
	.slider--full-width{
		width:  100%;
		height: 100%;
	}
		.slide{
			width: 100%;
			height: 100%;
			background-size: cover;
			background-position: center bottom;
		}
		.slick-list,
		.slick-track {
			height: 100%;
		}