.container {
    /*display: flex;*/
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /*height: 100vh;*/
  }
  .image-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    /*width: 800px;*/
    width:100%;
    margin: auto;
    margin-bottom: 15px;
  }
  .imagecomparison {
    max-width: 70%;/*100%;*/
    /*height: auto;*/
    display: block !important;
  }
  .slider-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    /*width:1600px;*/
    width:100%;
    margin: auto;
    margin-top: 15px;
  }
  input[type=range] {
    -webkit-appearance: none;
    /*width: 1600px;*/
    width:100%;
    height: 10px;
    background-color: gray;
    border-radius: 5px;
    outline: none;
    opacity: 0.7;
    -webkit-transition: .2s;
    transition: opacity .2s;
  }
  input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 40px;
    height: 40px;
    background-color: gray;
    cursor: pointer;
    border-radius: 50%;
  }
  input[type=range]::-moz-range-thumb {
    width: 40px;
    height: 40px;
    background-color: gray;
    cursor: pointer;
    border-radius: 50%;
  }

  .slider {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 5%;
  }
  
  .slider-images {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
  }
  
  .slider-images img,
  .slider-text {
    display: none;
    width: 100%;
    height: auto;
    object-fit: contain;
    text-align: center; /* added this line */
    font-size: 2em;  /*added this line */
    /*font-weight: bold;  added this line */
  }
  
  .slider-images img.active,
  .slider-text.active {
    display: block;
  }
  
  .slider-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    
    border-radius: 20px; /* modified this line */
    background-color: #ddd; /* added this line */
    color: #000;
    font-size: 1.2em;
    text-align: center;
    line-height: 20px;
    cursor: pointer;
    
  }
  
  .slider-arrow.left-arrow {
    left: 0;
    margin-left: 2%;
  }
  
  .slider-arrow.right-arrow {
    right: 0;
    margin-right: 2%;
  }
  .regular-image {
    max-width: 50%;
  }
  .force-image {
    display: block !important;
  }


  .sliderrangetext {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    font-size: 0.35em;
    margin-bottom: 2px;
  }
  #progress-bar {
    position: fixed;
    top: 0;
    left: 0;
    height: 5px;
    background-color: blue;
    width: 0px;
  }

  .form-control {
    font-size: 11.5px; /*25px;*/
  }
  .form-label {
    font-size: 12px;/*font-size: 0.9em;*/
  }
  h1 {
    font-size: 30px;
  }
  h2 {
    font-size: 15.25px;/*font-size: then, 40.5; first, 52.5px;*/
  }
  h3 {
    font-size: 22.5px;
  }
  h4 {
    font-size: 18.75px;
  }
  h5 {
    font-size: 15px;
  }
  h6 {
    font-size: 12.75px;
  }
  p {
    font-size: 12px; /*first, 27 font-size: 22.5px;*/
  }
  ul {
    font-size: 12px;
  }
  .custom-div-organization {
    padding-left: 9%;
    padding-right: 9%;
    text-align:left
  }
  .custom-div-organization-center {
      padding-left: 9%;
      padding-right: 9%;
      text-align:center
    }
  .font-weight-medium {
    font-weight: 750;
  }
  .font-weight-semibold {
    font-weight: 900;
  }
  
  /* end of rewriting typography */
  
  .force-removal-flex-wrap {
    flex-wrap: nowrap !important;
  }


  /* media controls: */
  @media (min-width: 767px) {
    .form-control {
      font-size: 23px; /*25px;*/
    }
    .form-label {
      font-size: 24px;/*font-size: 0.9em;*/
    }
    h1 {
    font-size: 60px;
    }
    h2 {
      font-size: 30.5px;/*font-size: then, 40.5; first, 52.5px;*/
    }
    h3 {
      font-size: 45px;
    }
    h4 {
      font-size: 37.5px;
    }
    h5 {
      font-size: 30px;
    }
    h6 {
      font-size: 25.5px;
    }
    p {
      font-size: 24px; /*first, 27 font-size: 22.5px;*/
    }
    ul {
      font-size: 24px;
    }
    .custom-div-organization {
      padding-left: 20%;
      padding-right: 20%;
      text-align:left
    }
    .custom-div-organization-center {
      padding-left: 20%;
      padding-right: 20%;
      text-align:center
    }
    .slider-arrow {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      width: 65px;
      height: 65px;
      
      border-radius: 65px; /* modified this line */
      background-color: #ddd; /* added this line */
      color: #000;
      font-size: 3em;
      text-align: center;
      line-height: 65px;
      cursor: pointer;
    }
    .sliderrangetext {
      display: flex;
      justify-content: space-between;
      align-items: center;
      width: 100%;
      font-size: 0.65em;
      margin-bottom: 5px;
    }
    table {
      font-size: 70%;
      width: 100%;
      border-collapse: collapse;
      display: block;
      overflow-x: auto;
    }
    th, td {
      border: 1px solid black;
      padding: 8px;
      text-align: left;
    }
    th {
      background-color: #f2f2f2;
      
    }
}