.ligoure2013-container {
  display: grid;
  grid-template-columns: repeat(9, 1fr);
  grid-auto-rows: minmax(20px, auto);
  align-items: center;
  width: 1000px;
  margin: 0 auto;
}

.ligoure2013__item {
  padding: 0.5rem;
}

.ligoure2013__item:first-child {
  grid-column: 1 / 10;
  text-align: center;
}

.ligoure2013__item:first-child span {
  font-size: 1.25rem;
  font-style: italic;
}

.ligoure2013__item:nth-child(2) {
  grid-row: 2;
  grid-column: 1 / 7;
  text-align: center;
  align-self: start;
}

.ligoure2013__item:nth-child(2) img {
  margin-top: 0;
  width: 95%;
  height: auto;
}

.ligoure2013__item:nth-child(2) span {
  display: block;
  font-weight: bold;
  font-size: 1.25rem;
  padding-top: 12px;
}

.ligoure2013__item:nth-child(3) {
  grid-row: 2;
  grid-column: 7 / 10;
  align-self: start;
  margin-top: 0;
  padding-top: 0;
}

.ligoure2013__item:nth-child(3) p {
  margin-top: 0;
  text-align: left;
}

.ligoure2013__item:nth-child(4) {
  grid-row: 3;
  grid-column: 1 / 10;
}

.ligoure2013__item:nth-child(5) {
  grid-row: 4;
  grid-column: 1 / 10;
}

/* ------------------------------ SLIDE SHOW - https://www.w3schools.com/howto/howto_js_slideshow.asp */
.slideshow-container {
  max-width: 340px;
  position: relative;
  margin: auto;
}

/* Hide the images by default */
.mySlides {
  display: none;
}

.mySlides img {
  max-width: 340px;
  height: auto;
}

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

/* 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 {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Caption text */
.text {
  color: var(--Golden);
  text-shadow: 1px 1px var(--black-gold);
  font-size: 16px;
  /* font-weight: 800; */
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: var(--light-golden);
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active,
.dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {
    opacity: 0.4;
  }
  to {
    opacity: 1;
  }
}

@media screen and (max-width: 1120px) {
  .ligoure2013-container {
    display: grid;
    grid-template-columns: repeat(9, 1fr);
    grid-auto-rows: minmax(20px, auto);
    align-items: center;
    width: 100%;
    margin: 0 auto;
    position: relative;
  }

  .ligoure2013__item:nth-child(2) {
    grid-row: 2;
    grid-column: 1 / 6;
    /* margin-right: 0;
    padding-right: 0; */
  }

  .ligoure2013__item:nth-child(2) img {
    width: 100%;
    height: auto;
    /* margin-top: 0;
    vertical-align: top; */
    margin-right: 0;
  }

  .ligoure2013__item:nth-child(2) span {
    display: block;
    font-weight: bold;
    font-size: 1rem;
    margin-top: 5px;
  }

  .ligoure2013__item:nth-child(3) {
    grid-row: 2;
    grid-column: 6 / 10;
    align-self: start;
    margin-top: 0;
    padding-top: 0;
  }

  .ligoure2013__item:nth-child(3) p:nth-child(3) {
    margin-bottom: 0;
  }

  .ligoure2013__item:nth-child(4) p:nth-child(1) {
    margin-top: 0;
  }
}

@media screen and (max-width: 830px) {
  .ligoure2013-container {
    display: grid;
    grid-template-columns: 1fr;
    grid-auto-rows: minmax(16px, auto);
  }
  .ligoure2013__item:first-child {
    grid-column: 1;
    text-align: center;
  }

  #ek-site-page .ligoure2013__item:first-child h3 {
    font-size: 1.25rem;
  }

  .ligoure2013__item:first-child span {
    font-size: 1rem;
  }

  .ligoure2013__item:nth-child(2) {
    grid-row: 2;
    grid-column: 1;
  }

  .ligoure2013__item:nth-child(2) img {
    width: 330px;
    height: auto;
  }

  .ligoure2013__item:nth-child(3) {
    grid-row: 3;
    grid-column: 1;
  }

  .ligoure2013__item:nth-child(4) {
    grid-row: 4;
    grid-column: 1;
  }

  .ligoure2013__item:nth-child(5) {
    grid-row: 5;
    grid-column: 1;
  }

  .ligoure2013__item:nth-child(2) span {
    display: block;
    margin-bottom: 10px;
  }
}
