The Carrousel Materialize does not change height keeping in default 400px.
I would like that according to the device that accesses the site the slide had its height the proportional value changed.
Example computer with default height of 400px and mobile 200px.
Site.css configuration
.slider .slides li img {
background-size: 100% auto;
background-repeat: no-repeat;
}