@media screen and (max-width:1024px) {

    .slide {
        margin-bottom: 20px;
        max-width: 600px;
    }

    .slideshow-container img {
        max-height: 500px;
    }
}

@media screen and (max-width:890px) {

  .slide {
      margin-bottom: 20px;
      max-width: 500px;
  }

  .slideshow-container img {
      max-height: 400px;
  }
}

@media screen and (max-width:850px) {
    .block1 {
      display: block;
      text-align: justify;
    }

    .block1 .menu {
      margin: 0 auto;
    }

    .products div {
      padding: 0 20px;
    }


      th, td, tr {
          padding: 0px;
          font-size: 10px;
    }

    .prev {
      right: 90%;
    }

    .next {
      right: -2%;
    }

    #slideother img {
      max-height: 250px;
    }

    #nextother {
      right: -4%;
    }

    .textprod p {
      padding: 0 20px;
    }
}
