#gallery main #selected-galleries .header {
  padding: 15px 0 50px;
  text-align: center;
  margin: 25px 0 0 0;
}
#gallery main #selected-galleries .header h1 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
#gallery main #selected-galleries .header h1 > span {
  position: relative;
  font-size: 86px;
  font-weight: 200;
  color: #60707a;
  text-align: left;
  text-transform: uppercase;
  letter-spacing: 8.6px;
  line-height: 1;
  padding: 0 21.5px 0 21.5px;
  z-index: 2;
}
@media (prefers-color-scheme: dark) {
  #gallery main #selected-galleries .header h1 > span {
    color: #fcfbf9;
  }
}
#gallery main #selected-galleries .header h1 > span:not(:last-child) {
  margin-bottom: 17.2px;
}
#gallery main #selected-galleries .header h1 > span::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  transform: none;
  background-color: #f4f0ea;
  border-radius: 0 20px 20px 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
@media (prefers-color-scheme: dark) {
  #gallery main #selected-galleries .header h1 > span::before {
    background-color: #434333;
  }
}
@media screen and (max-width: 900px) {
  #gallery main #selected-galleries .header h1 > span::before {
    border-radius: 0 8px 8px 0;
  }
}
#gallery main #selected-galleries .header h1 {
  margin-bottom: 40px;
  text-transform: uppercase;
}
#gallery main #selected-galleries .container {
  max-width: 1800px;
  margin: 0 auto;
  padding-top: 50px;
}
#gallery main #selected-galleries .more-results {
  padding: 50px 0;
  text-align: center;
}
#gallery main #new {
  margin: 50px 0 50px;
  text-align: center;
}
#gallery main #new .container {
  max-width: 1800px;
  margin: 0 auto;
  padding: 40px 0;
  border: 4px solid #f4f0ea;
  border-radius: 15px;
}
#gallery main #new .container .header h1 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
#gallery main #new .container .header h1 > span {
  position: relative;
  font-size: 128px;
  font-weight: 200;
  color: #60707a;
  text-align: left;
  text-transform: uppercase;
  letter-spacing: 12.8px;
  line-height: 1;
  padding: 0 32px 0 32px;
  z-index: 2;
}
@media (prefers-color-scheme: dark) {
  #gallery main #new .container .header h1 > span {
    color: #fcfbf9;
  }
}
#gallery main #new .container .header h1 > span:not(:last-child) {
  margin-bottom: 25.6px;
}
#gallery main #new .container .header h1 > span::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  transform: none;
  background-color: #f4f0ea;
  border-radius: 0 20px 20px 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
@media (prefers-color-scheme: dark) {
  #gallery main #new .container .header h1 > span::before {
    background-color: #434333;
  }
}
@media screen and (max-width: 900px) {
  #gallery main #new .container .header h1 > span::before {
    border-radius: 0 8px 8px 0;
  }
}
#gallery main #new .container .header h1 {
  margin-bottom: 40px;
  text-transform: uppercase;
}
#gallery main #new .container .header p {
  font-size: 32px;
  line-height: 150%;
  font-weight: 300;
  letter-spacing: 3.2px;
  text-align: center;
  padding: 35px 0 75px 0;
}
#gallery main #new .container .header h2 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
#gallery main #new .container .header h2 > span {
  position: relative;
  font-size: 80px;
  font-weight: 200;
  color: #60707a;
  text-align: left;
  text-transform: uppercase;
  letter-spacing: 8px;
  line-height: 1;
  padding: 0 20px 0 20px;
  z-index: 2;
}
@media (prefers-color-scheme: dark) {
  #gallery main #new .container .header h2 > span {
    color: #fcfbf9;
  }
}
#gallery main #new .container .header h2 > span:not(:last-child) {
  margin-bottom: 16px;
}
#gallery main #new .container .header h2 > span::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  transform: none;
  background-color: #f4f0ea;
  border-radius: 0 20px 20px 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
@media (prefers-color-scheme: dark) {
  #gallery main #new .container .header h2 > span::before {
    background-color: #434333;
  }
}
@media screen and (max-width: 900px) {
  #gallery main #new .container .header h2 > span::before {
    border-radius: 0 8px 8px 0;
  }
}
#gallery main #new .container .header h2 {
  padding-bottom: 65px;
  text-transform: uppercase;
}
#gallery main #new .container .media-browse {
  width: 95%;
  margin: 0 auto;
}
#gallery main #new .container .media-browse ul {
  grid-template-columns: repeat(auto-fill, minmax(30%, 1fr));
  column-gap: 30px;
}
#gallery main #new .container .media-browse ul li {
  display: flex;
  flex-direction: column;
  text-align: left;
  height: 100%;
  justify-content: flex-start;
  color: #fcfbf9;
}
#gallery main #new .container .media-browse ul li a .media-item {
  height: 400px;
}
#gallery main .uni {
  padding: 15px 0 50px;
  text-align: center;
  margin: 25px 0 0 0;
}
#gallery main .uni h2 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
#gallery main .uni h2 > span {
  position: relative;
  font-size: 80px;
  font-weight: 200;
  color: #60707a;
  text-align: left;
  text-transform: uppercase;
  letter-spacing: 8px;
  line-height: 1;
  padding: 0 20px 0 20px;
  z-index: 2;
}
@media (prefers-color-scheme: dark) {
  #gallery main .uni h2 > span {
    color: #fcfbf9;
  }
}
#gallery main .uni h2 > span:not(:last-child) {
  margin-bottom: 16px;
}
#gallery main .uni h2 > span::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  transform: none;
  background-color: #f4f0ea;
  border-radius: 0 20px 20px 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
@media (prefers-color-scheme: dark) {
  #gallery main .uni h2 > span::before {
    background-color: #434333;
  }
}
@media screen and (max-width: 900px) {
  #gallery main .uni h2 > span::before {
    border-radius: 0 8px 8px 0;
  }
}
#gallery main .uni h2 {
  padding: 55px 0;
  text-transform: uppercase;
}
#gallery main .uni .container {
  max-width: 1800px;
  margin: 0 auto;
  padding-top: 50px;
}
#gallery main .uni .container .footer {
  padding: 50px 0 20px 0;
}
#gallery main .uni.beige {
  background-color: #f4f0ea;
}
#gallery main .uni.beige h2 span::before {
  background-color: #ffffff;
}
#gallery main .teaser {
  padding: 15px 0 50px;
  text-align: center;
  background-color: #f4f0ea;
  margin: 25px 0 0 0;
  display: flex;
  flex-direction: row;
}
#gallery main .teaser .header {
  width: 50%;
}
#gallery main .teaser .header h2 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
#gallery main .teaser .header h2 > span {
  position: relative;
  font-size: 128px;
  font-weight: 200;
  color: #60707a;
  text-align: left;
  text-transform: uppercase;
  letter-spacing: 12.8px;
  line-height: 1;
  padding: 0 32px 0 32px;
  z-index: 2;
}
@media (prefers-color-scheme: dark) {
  #gallery main .teaser .header h2 > span {
    color: #fcfbf9;
  }
}
#gallery main .teaser .header h2 > span:not(:last-child) {
  margin-bottom: 25.6px;
}
#gallery main .teaser .header h2 > span::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  transform: none;
  background-color: #ffffff;
  border-radius: 0 20px 20px 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
@media (prefers-color-scheme: dark) {
  #gallery main .teaser .header h2 > span::before {
    background-color: #434333;
  }
}
@media screen and (max-width: 900px) {
  #gallery main .teaser .header h2 > span::before {
    border-radius: 0 8px 8px 0;
  }
}
#gallery main .teaser .header h2 {
  padding: 45px 0 80px 0;
  text-transform: uppercase;
}
#gallery main .teaser .header h2 span.right {
  align-self: flex-end;
}
#gallery main .teaser .header h2 span.right::before {
  border-radius: 20px 0 0 20px;
}
#gallery main .teaser .header p {
  font-size: 24px;
  line-height: 150%;
  font-weight: 300;
  letter-spacing: 2.4px;
  text-align: center;
  padding: 35px 120px 75px 120px;
}
#gallery main .teaser .desc {
  width: 50%;
  padding-top: 45px;
}
#gallery main .teaser .desc .img {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 20px 0 0 20px;
}
#gallery main .teaser .desc .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#gallery main .teaser .desc .img span {
  position: absolute;
  font-size: 18px;
  line-height: 150%;
  padding: 10px 20px;
  bottom: 0;
  left: 0;
  letter-spacing: 1.8px;
  font-weight: 400;
  text-transform: uppercase;
}
#gallery main .teaser .desc .img span.video {
  background-color: #60707a;
}
#gallery main .teaser .desc .img span.foto {
  background-color: #FFD341;
}
#gallery main #gallery_kitchen {
  padding: 15px 0 50px;
  text-align: center;
  margin: 25px 0 0 0;
}
#gallery main #gallery_kitchen h1 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
#gallery main #gallery_kitchen h1 > span {
  position: relative;
  font-size: 86px;
  font-weight: 200;
  color: #60707a;
  text-align: left;
  text-transform: uppercase;
  letter-spacing: 8.6px;
  line-height: 1;
  padding: 0 21.5px 0 21.5px;
  z-index: 2;
}
@media (prefers-color-scheme: dark) {
  #gallery main #gallery_kitchen h1 > span {
    color: #fcfbf9;
  }
}
#gallery main #gallery_kitchen h1 > span:not(:last-child) {
  margin-bottom: 17.2px;
}
#gallery main #gallery_kitchen h1 > span::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  transform: none;
  background-color: #f4f0ea;
  border-radius: 0 20px 20px 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
@media (prefers-color-scheme: dark) {
  #gallery main #gallery_kitchen h1 > span::before {
    background-color: #434333;
  }
}
@media screen and (max-width: 900px) {
  #gallery main #gallery_kitchen h1 > span::before {
    border-radius: 0 8px 8px 0;
  }
}
#gallery main #gallery_kitchen h1 {
  margin-bottom: 40px;
  text-transform: uppercase;
}
#gallery main #gallery_kitchen .perex {
  font-size: 32px;
  line-height: 150%;
  font-weight: 300;
  letter-spacing: 3.2px;
  text-align: center;
  padding: 35px 0 75px 0;
}
#gallery main #gallery_kitchen .container {
  max-width: 1800px;
  margin: 0 auto;
  padding-top: 50px;
}
#gallery main #gallery_bathroom {
  padding: 15px 0 50px;
  text-align: center;
  margin: 25px 0 0 0;
}
#gallery main #gallery_bathroom h1 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
#gallery main #gallery_bathroom h1 > span {
  position: relative;
  font-size: 86px;
  font-weight: 200;
  color: #60707a;
  text-align: left;
  text-transform: uppercase;
  letter-spacing: 8.6px;
  line-height: 1;
  padding: 0 21.5px 0 21.5px;
  z-index: 2;
}
@media (prefers-color-scheme: dark) {
  #gallery main #gallery_bathroom h1 > span {
    color: #fcfbf9;
  }
}
#gallery main #gallery_bathroom h1 > span:not(:last-child) {
  margin-bottom: 17.2px;
}
#gallery main #gallery_bathroom h1 > span::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  transform: none;
  background-color: #f4f0ea;
  border-radius: 0 20px 20px 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
@media (prefers-color-scheme: dark) {
  #gallery main #gallery_bathroom h1 > span::before {
    background-color: #434333;
  }
}
@media screen and (max-width: 900px) {
  #gallery main #gallery_bathroom h1 > span::before {
    border-radius: 0 8px 8px 0;
  }
}
#gallery main #gallery_bathroom h1 {
  margin-bottom: 40px;
  text-transform: uppercase;
}
#gallery main #gallery_bathroom .perex {
  font-size: 32px;
  line-height: 150%;
  font-weight: 300;
  letter-spacing: 3.2px;
  text-align: center;
  padding: 35px 0 75px 0;
}
#gallery main #gallery_bathroom .container {
  max-width: 1800px;
  margin: 0 auto;
  padding-top: 50px;
}
#gallery main .media-browse ul {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(23%, 1fr));
  column-gap: 40px;
  row-gap: 70px;
}
#gallery main .media-browse ul li a {
  display: flex;
  flex-direction: column;
  text-align: left;
  height: 100%;
  justify-content: flex-start;
  color: #fcfbf9;
}
#gallery main .media-browse ul li a .media-item {
  width: 100%;
  height: 280px;
  position: relative;
  border-radius: 15px;
  overflow: hidden;
  background-size: cover;
  background-position: center;
}
#gallery main .media-browse ul li a .media-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#gallery main .media-browse ul li a .media-item p {
  position: absolute;
  padding: 10px 20px;
  display: block;
  font-size: 18px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 1.8px;
  bottom: 0;
  left: 0;
  text-transform: uppercase;
}
#gallery main .media-browse ul li a .media-item p span.date {
  text-transform: none;
}
#gallery main .media-browse ul li a .media-item p.video {
  background-color: #60707a;
}
#gallery main .media-browse ul li a .media-item p.video .p {
  display: none;
}
#gallery main .media-browse ul li a .media-item p.foto {
  color: #212111;
  background-color: #FFD341;
}
#gallery main .media-browse ul li a .media-item p.foto .v {
  display: none;
}
#gallery main .media-browse ul li a .media-desc {
  font-size: 32px;
  font-weight: 300;
  line-height: normal;
  letter-spacing: 3.2px;
  padding: 30px 0 20px 0;
  color: #212111;
}
#gallery main .media-browse ul li a .media-cat {
  font-size: 16px;
  font-weight: 300;
  line-height: normal;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  margin-top: auto;
  color: #212111;
}
#gallery main .media-browse ul li a .media-cat span {
  font-weight: 500;
}
#gallery main .gallery-browse ul {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(23%, 1fr));
  column-gap: 40px;
  row-gap: 50px;
}
#gallery main .gallery-browse ul li a {
  display: flex;
  flex-direction: column;
  text-align: left;
  height: 100%;
  justify-content: flex-start;
}
#gallery main .gallery-browse ul li a .media-item {
  width: 100%;
  height: 280px;
  position: relative;
  border-radius: 15px;
  overflow: hidden;
  background-size: cover;
  background-position: center;
}
#gallery main .gallery-browse ul li a .media-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#gallery main .gallery-browse ul li a .media-desc {
  font-size: 32px;
  font-weight: 300;
  line-height: normal;
  letter-spacing: 3.2px;
  padding: 30px 0 20px 0;
  text-align: center;
}

#gallery-video-detail main #video-detail {
  padding: 15px 0 50px;
  text-align: center;
  margin-top: 50px;
}
#gallery-video-detail main #video-detail .header h1 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
#gallery-video-detail main #video-detail .header h1 > span {
  position: relative;
  font-size: 86px;
  font-weight: 200;
  color: #60707a;
  text-align: left;
  text-transform: uppercase;
  letter-spacing: 8.6px;
  line-height: 1;
  padding: 0 21.5px 0 21.5px;
  z-index: 2;
}
@media (prefers-color-scheme: dark) {
  #gallery-video-detail main #video-detail .header h1 > span {
    color: #fcfbf9;
  }
}
#gallery-video-detail main #video-detail .header h1 > span:not(:last-child) {
  margin-bottom: 17.2px;
}
#gallery-video-detail main #video-detail .header h1 > span::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  transform: none;
  background-color: #f4f0ea;
  border-radius: 0 20px 20px 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
@media (prefers-color-scheme: dark) {
  #gallery-video-detail main #video-detail .header h1 > span::before {
    background-color: #434333;
  }
}
@media screen and (max-width: 900px) {
  #gallery-video-detail main #video-detail .header h1 > span::before {
    border-radius: 0 8px 8px 0;
  }
}
#gallery-video-detail main #video-detail .header h1 {
  margin-bottom: 40px;
  text-transform: uppercase;
}
#gallery-video-detail main #video-detail .header p {
  max-width: 90%;
  margin: 0 auto;
  font-size: 32px;
  line-height: 150%;
  font-weight: 300;
  letter-spacing: 3.2px;
  text-align: center;
  padding: 35px 0 75px 0;
}
#gallery-video-detail main #video-detail .container {
  max-width: 1800px;
  margin: 0 auto;
  padding-top: 50px;
}
#gallery-video-detail main #video-detail .container .video-wrapper {
  position: relative;
  width: 100%;
  /* 16:9 aspect ratio */
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  border-radius: 15px;
}
#gallery-video-detail main #video-detail .container .video-wrapper iframe,
#gallery-video-detail main #video-detail .container #videoPlayer iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
  background-color: #f4f0ea;
}

#gallery-dtl .product_header {
  padding: 15px 0 50px;
  margin: 25px 0 0 0;
}
#gallery-dtl .product_header h1 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
#gallery-dtl .product_header h1 > span {
  position: relative;
  font-size: 86px;
  font-weight: 200;
  color: #60707a;
  text-align: left;
  text-transform: uppercase;
  letter-spacing: 8.6px;
  line-height: 1;
  padding: 0 21.5px 0 21.5px;
  z-index: 2;
}
@media (prefers-color-scheme: dark) {
  #gallery-dtl .product_header h1 > span {
    color: #fcfbf9;
  }
}
#gallery-dtl .product_header h1 > span:not(:last-child) {
  margin-bottom: 17.2px;
}
#gallery-dtl .product_header h1 > span::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  transform: none;
  background-color: #f4f0ea;
  border-radius: 0 20px 20px 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
@media (prefers-color-scheme: dark) {
  #gallery-dtl .product_header h1 > span::before {
    background-color: #434333;
  }
}
@media screen and (max-width: 900px) {
  #gallery-dtl .product_header h1 > span::before {
    border-radius: 0 8px 8px 0;
  }
}
#gallery-dtl .product_header h1 {
  margin-bottom: 40px;
  text-transform: uppercase;
}
#gallery-dtl section.slideshow {
  max-width: 1440px;
  margin: 40px auto;
}
#gallery-dtl section.slideshow .swiper-slideshow {
  border-radius: 15px;
}
#gallery-dtl section.slideshow .swiper-slideshow .swiper-wrapper {
  height: 750px;
}
#gallery-dtl section.slideshow .swiper-slideshow .banner > img {
  width: 100%;
  height: 750px;
  object-fit: cover;
}
#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 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#gallery-dtl section.slideshow ul.thumbs li.active {
  outline: 2px solid #000;
}
#gallery-dtl .product_desc {
  padding: 15px 0 20px;
  margin: 0;
}
#gallery-dtl .product_desc .container {
  max-width: 1265px;
  margin: 0 auto;
  padding: 0 30px;
  box-sizing: border-box;
}
#gallery-dtl .product_desc .container p {
  max-width: 100%;
  margin: 0 auto;
  font-size: 32px;
  line-height: 150%;
  font-weight: 300;
  letter-spacing: 3.2px;
  padding: 35px 0 75px 0;
}

@media (min-width: 901px) and (max-width: 1880px) {
  #gallery main #selected-galleries .header {
    padding: 1% 0 2%;
    margin: 2% 0 0 0;
  }
  #gallery main #selected-galleries .header h1 {
    margin-bottom: 5%;
  }
  #gallery main #selected-galleries .header h1 span {
    font-size: 5vw !important;
  }
  #gallery main #selected-galleries .container {
    width: 95%;
    padding-top: 2%;
  }
  #gallery main #selected-galleries .more-results {
    padding: 4% 0;
  }
  #gallery main #new {
    margin: 2% 0 2%;
  }
  #gallery main #new .container {
    width: 95%;
    padding: 2% 0;
  }
  #gallery main #new .container .media-browse ul li a .media-item {
    height: 20vw;
  }
  #gallery main #new h1 span {
    font-size: 7vw !important;
  }
  #gallery main #new h2 span {
    font-size: 5vw !important;
  }
  #gallery main .media-browse {
    width: 95%;
    margin: 0 auto;
  }
  #gallery main .media-browse ul {
    column-gap: 20px;
    row-gap: 30px;
  }
  #gallery main .media-browse ul li a .media-item {
    height: 15vw;
  }
  #gallery main .media-browse ul li a .media-item p {
    font-size: 1.1vw;
    letter-spacing: 1.2px;
    padding: 2% 5% 2% 7%;
  }
  #gallery main .media-browse ul li a .media-desc {
    font-size: 1.6vw;
    letter-spacing: 2.2px;
    padding: 5% 0 3% 0;
  }
  #gallery main .media-browse ul li a .media-cat {
    font-size: 1vw;
    letter-spacing: 1.6px;
  }
  #gallery main .uni {
    padding: 1% 0 3% 0;
    margin: 2% 0 0 0;
  }
  #gallery main .uni h2 {
    padding: 3% 0;
  }
  #gallery main .uni h2 span {
    font-size: 5vw !important;
  }
  #gallery main .uni .container {
    padding: 0 20px;
  }
  #gallery main .teaser {
    padding: 1% 0 4%;
    margin: 2% 0 0 0;
  }
  #gallery main .teaser .header h2 {
    padding: 4% 0 4% 0;
  }
  #gallery main .teaser .header h2 span {
    font-size: 7vw !important;
  }
  #gallery main .teaser .header p {
    font-size: 2vw;
    letter-spacing: 1.6px;
    padding: 2% 7% 5% 7%;
  }
  #gallery main .teaser .desc {
    padding-top: 45px;
  }
  #gallery main .teaser .desc .img {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 20px 0 0 20px;
  }
  #gallery main .teaser .desc .img span {
    font-size: 18px;
    line-height: 150%;
    padding: 10px 20px;
    bottom: 0;
    left: 0;
    letter-spacing: 1.8px;
  }
  #gallery main #gallery_bathroom {
    padding: 1% 0 4%;
    margin: 2% 0 0 0;
  }
  #gallery main #gallery_bathroom h1 {
    padding: 1% 0 1% 0;
  }
  #gallery main #gallery_bathroom h1 span {
    font-size: 7vw !important;
  }
  #gallery main #gallery_bathroom .perex {
    font-size: 2.2vw;
    letter-spacing: 2.6px;
    padding: 2% 0 3% 0;
  }
  #gallery main #gallery_bathroom .container {
    max-width: 95%;
    padding-top: 2%;
  }
  #gallery main #gallery_kitchen {
    padding: 1% 0 4%;
    margin: 2% 0 0 0;
  }
  #gallery main #gallery_kitchen h1 {
    padding: 1% 0 1% 0;
  }
  #gallery main #gallery_kitchen h1 span {
    font-size: 7vw !important;
  }
  #gallery main #gallery_kitchen .perex {
    font-size: 2.2vw;
    letter-spacing: 2.6px;
    padding: 2% 0 3% 0;
  }
  #gallery main #gallery_kitchen .container {
    max-width: 95%;
    padding-top: 2%;
  }
  #gallery main .gallery-browse ul {
    column-gap: 1.7vw;
    row-gap: 2vw;
  }
  #gallery main .gallery-browse ul li a .media-desc {
    font-size: 32px;
    letter-spacing: 3.2px;
    padding: 30px 0 20px 0;
  }
  #gallery-video-detail main #video-detail {
    padding: 1% 0 3%;
    margin-top: 3%;
  }
  #gallery-video-detail main #video-detail .header h1 {
    margin-bottom: 2%;
  }
  #gallery-video-detail main #video-detail .header h1 span {
    font-size: 5vw !important;
  }
  #gallery-video-detail main #video-detail .header p {
    font-size: 2vw;
    letter-spacing: 2.6px;
    padding: 2% 0 3% 0;
  }
  #gallery-video-detail main #video-detail .container {
    width: 95%;
    padding-top: 2%;
  }
  #gallery-dtl .product_header {
    padding: 1% 0 3%;
    margin-top: 3%;
  }
  #gallery-dtl .product_header h1 {
    margin-bottom: 2%;
  }
  #gallery-dtl .product_header h1 span {
    font-size: 5vw !important;
  }
  #gallery-dtl section.slideshow {
    max-width: 95%;
    margin: 2% auto;
  }
  #gallery-dtl .product_desc {
    padding: 3% 0 1%;
  }
  #gallery-dtl .product_desc .container {
    max-width: 80%;
    padding: 0 2%;
  }
  #gallery-dtl .product_desc .container p {
    font-size: 2vw;
    letter-spacing: 2.2px;
    padding: 2% 0 4% 0;
  }
}
