.mySlides {
        display: none;
      }
      .slideImg {
        vertical-align: middle;
      }

      /* Slideshow container */
      .slideshow-container {
        position: relative;
        margin: 0 auto;
        padding: 0px;
      }

      .headSlide {
        width: 100%;
        height: 92vh;
      }

      .headSlide img {
        width: 100%;
        height: 100%;
        object-fit: cover;
      }

      .slideshow-container a:hover {
        cursor: pointer;
      }

      /* Next & previous buttons */
      .prev,
      .next {
        cursor: pointer;
        position: absolute;
        top: 50%;
        width: auto;
        padding: 16px;
        margin-top: -22px;
        color: white;
        font-weight: bold;
        font-size: 18px;
        transition: 0.3s ease;
        border-radius: 0 3px 3px 0;
        user-select: none;
        background-color: rgba(0, 0, 0, 0);
      }

      /* Position the "next button" to the right */
      .next {
        right: 0;
        border-radius: 3px 0 0 3px;
      }

      /* On hover, add a black background color with a little bit see-through */
      .prev:hover,
      .next:hover {
        color: rgb(123, 130, 236);
        background-color: rgba(0, 0, 0, 0);
      }

      #hiddenDiv1,
      #hiddenDiv2,
      #hiddenDiv3,
      #hiddenDiv4,
      #hiddenDiv5,
      #hiddenDiv6 {
        display: none;
      }

      #hiddenHeader1,
      #hiddenHeader2,
      #hiddenHeader3,
      #hiddenHeader4,
      #hiddenHeader5,
      #hiddenHeader6 {
        display: none;
      }

