.table_photo {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed
}

.table_photo img {
  display: block;
  width: 100px;
  height: auto;
}

@media screen and (max-width: 767px) {
  .table_photo img {
    width: 100px;
    height: auto;
    display: block;
    margin-right: 0;
  }

  .table_photo h4 {
    font-size: 3.8vw;
    margin: 0 0 4px;
  }
}

/* --- TABLE ELEMENTS --- */
.table_photo tr {
  text-align: left
}

.table_photo td.align-center,
.table_photo th.align-center,
.table_photo tr.align-center {
  text-align: center
}

.table_photo td.align-left,
.table_photo th.align-left,
.table_photo tr.align-left {
  text-align: left
}

.table_photo td.align-right,
.table_photo th.align-right,
.table_photo tr.align-right {
  text-align: right
}

.table_photo td,
.table_photo th {
  border: 0.5px solid #ccc;
  padding: .5208333333vw;
  font-size: 1.171875vw;
  line-height: 2.25em;
  letter-spacing: .1em
}
.table_photo th {
  vertical-align: middle !important;
}

@media screen and (min-width:1500px) {
  .table_photo td,
  .table_photo th {
    font-size: 1.6rem
  }
}

@media screen and (max-width:767px) {
  .table_photo td,
  .table_photo th {
    padding: 1vw;
    font-size: 3.5vw;
    line-height: 1.6;
    word-break: break-word;
    white-space: normal;
    vertical-align: middle;
 border-top: 0.5px solid #ccc;
border-bottom: 0.5px solid #ccc;
  border-left: none !important;
  border-right: none !important;
  }
  .table_photo {
    table-layout: fixed;
  }
.table_photo th {
  width: 110px !important;
  padding-right: 5px;
  text-align: left !important;
}
}

.table_photo a:active img {
  opacity: 0.6;
  transform: scale(0.98);
  transition: transform 0.1s, opacity 0.1s;
}

.table_photo th {
  background-color: #ffecb7;
  font-weight: 700
}

/* --- TABLE CONTAINER --- */
.table__container {
  width: 100%;
  overflow-x: auto;
  padding-right: 1px;
  padding-bottom: 1.3020833333vw
}

@media screen and (max-width:767px) {
  .table__container {
    padding-bottom: 4.6666666667vw
  }
}

.table__container::-webkit-scrollbar {
  height: .5208333333vw;
  background-color: #eee
}

@media screen and (max-width:767px) {
  .table__container::-webkit-scrollbar {
    height: 2vw
  }
}

.table__container::-webkit-scrollbar-thumb {
  border-radius: .2604166667vw;
  background-color: #c7c8c8
}

@media screen and (max-width:767px) {
  .table__container::-webkit-scrollbar-thumb {
    border-radius: 1vw
  }
}

.table_photo h4 .arrow {
  font-size: 0.9em;
  margin-left: 0.3em;
  vertical-align: middle;
  display: inline-block;
  transform: translateY(-1px);
}

.has-arrow::after {
  content: " ▶︎";
  font-size: 0.9em;
  margin-left: 0.3em;
  vertical-align: middle;
}

a:active .has-arrow {
  opacity: 0.6;
  transform: scale(0.97);
  transition: all 0.1s;
}


/* --- TABLE SCROLL --- */
.table__scroll {
  font-size: .7291666667vw;
  color: #f89619;
  line-height: 1;
  letter-spacing: .1em;
  margin-top: 1.0416666667vw;
  padding-right: 2.0833333333vw;
  position: relative;
  display: none
}

@media screen and (max-width:767px) {
  .table__scroll {
    font-size: 3.2vw;
    margin-top: 2.6666666667vw;
    padding-right: 5.3333333333vw
  }
}

@supports (-webkit-touch-callout:none) {
  .table__scroll.show-indicator {
    display: inline-block
  }
}

.table__scroll:after {
  content: "";
  width: 1.0416666667vw;
  height: .8854166667vw;
  background-image: url(../img/icons/icon-doublecaret-orange.png);
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-animation: slide-right 1s ease-in-out infinite;
  animation: slide-right 1s ease-in-out infinite
}

@media screen and (max-width:767px) {
  .table__scroll:after {
    width: 2.6666666667vw;
    height: 2.2666666667vw
  }
}

.table-scroll::-webkit-scrollbar {
  width: 20px;
  height: 5px
}

@media screen and (max-width:767px) {
  .table-scroll::-webkit-scrollbar {
    width: 8.8px;
    height: 3px
  }
}

.table-scroll::-webkit-scrollbar-track {
  background: rgba(27, 27, 27, .1)
}

.table-scroll::-webkit-scrollbar-thumb {
  background: rgba(199, 200, 200, .4);
  border-radius: 20px
}

.table-scroll::-webkit-scrollbar-thumb:hover {
  background: rgba(0, 0, 0, .4)
}

.table-scroll::-webkit-scrollbar-thumb:active {
  background: rgba(0, 0, 0, .5)
}
.image-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}

.image-grid img {
  width: 100%;
  height: auto;
  display: block;
}

@media screen and (max-width: 767px) {
  .image-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (min-width: 1100px) {
  .map {
    width: 400px;
    margin: auto auto 30px auto;
  }
  .map p {
    text-align: center;
  }
}

@media screen and (min-width: 760px) and (max-width: 1099px) {
  .map {
    width: 360px;
    margin: auto auto 30px auto;
  }
  .map p {
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .map {
    width: 100%;
    max-width: 360px;
    margin: 0 auto 30px auto;
  }
  .map p {
    text-align: center;
  }
  .map img {
    width: 100%;
    height: auto;
    display: block;
  }
}

