@media screen and (max-width: 768px) {
  .wrapper {
    padding-top: 0px;
  }
  .main {
    display: flex;
    flex-direction: column;
  }
  .leftbar {
    order: 2;
  }

  .middlebar {
    order: 1;
  }

  .rightbar {
    order: 3;
  }

  .middlebar p {
    text-align: justify;
  }

  .footer {
    text-align: center;
    padding: 15px 0 15px;
    font-size: 0.9em;
  }
  .mySlides1 {
    /* align-items: center; */

    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .IMG--Text {
    max-width: 100%;
  }
  #IMGBox {
    max-width: 100%;
  }
}
