@media(max-width:1000px){
  img.image-style-slide {
    object-fit: cover;
    height: auto;
    max-width: 100%;
}
  }