#gal .article > div {
  padding: 40px 0 100px 0;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-around;
}
#gal .article > div h2 {
  text-transform: uppercase;
}
#gal .article > div h2 a {
  font-weight: 500;
}
#gal .article > div > div {
  padding: 0 15px 40px;
  flex-basis: 33%;
}
#gal .article > div > div:last-child {
  flex-basis: 100%;
  display: flex;
  padding: 60px 250px;
}
#gal .article > div > div:last-child > * {
  padding: 20px;
}
#gal .article > div > div p {
  min-height: initial;
  padding-bottom: 20px;
}
#gal .article > div div.left {
  width: 100%;
}
#gal .article > div div.right {
  width: 100%;
}
#gal .article > div img {
  border-radius: 15px;
}

#gallery .article {
  padding: 40px 10px;
}
#gallery .article h1 {
  font-size: 18pt;
  text-align: center;
  text-transform: uppercase;
}
#gallery .article ul.gallery {
  padding-top: 40px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-around;
}
#gallery .article ul.gallery li {
  padding: 0 30px 40px 30px;
  box-sizing: border-box;
  flex-basis: 33%;
}
#gallery .article ul.gallery li img {
  width: 100%;
  height: 300px;
  border-radius: 15px;
  object-fit: cover;
}
#gallery .article ul.gallery li p {
  text-align: center;
  text-transform: uppercase;
  font-weight: 500;
}
#gallery .article .more-results {
  text-align: center;
}

#gallery-dtl section.slideshow {
  max-width: 1440px;
  margin: 40px auto;
}
#gallery-dtl section.slideshow .swiper-slideshow .banner > img {
  width: 100%;
  height: 750px;
  object-fit: cover;
}
#gallery-dtl section.slideshow .swiper-slideshow .banner > img.floor {
  object-fit: scale-down;
}
#gallery-dtl section.slideshow .swiper-slideshow .swiper-wrapper {
  height: 750px;
}
#gallery-dtl section.slideshow ul.thumbs {
  max-width: 1265px;
  padding: 30px;
  box-sizing: border-box;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  background-color: #f3f3f3;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}
#gallery-dtl section.slideshow ul.thumbs li {
  width: 188px;
  height: 130px;
  margin: 0 0.5% 15px;
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
}
#gallery-dtl section.slideshow ul.thumbs li.active {
  width: 188px;
  height: 126px;
  outline: 2px solid #000;
}
#gallery-dtl section.slideshow ul.thumbs li.active > a {
  width: 100%;
  height: 126px;
  display: inline-block;
}
#gallery-dtl section.slideshow ul.thumbs li.active > a > img {
  opacity: 0.6;
}
#gallery-dtl section.slideshow ul.thumbs li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#gallery-dtl section.slideshow ul.thumbs li img.floor {
  object-fit: scale-down;
}
#gallery-dtl .article {
  padding: 0 0 100px 0;
  max-width: 1265px;
  margin: 0 auto;
}
#gallery-dtl .article .data {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
#gallery-dtl .article .data p {
  padding: 0 5%;
  box-sizing: border-box;
  flex-basis: 80%;
  text-align: left;
}
#gallery-dtl .article h1 {
  font-size: 18pt;
  font-weight: 500;
  text-transform: uppercase;
}
