.slider {
width:100%;
  height:auto;
}
@media screen and (max-width: 750px){
.slider {
max-width:90vw!important;
  height:30.5vw;
  margin-bottom:50px;
}
  .slider img {
  width:90vw!important;
    height:auto;
  }
}