.art-gallery-wrapper {
  display: flex;
  box-sizing: border-box;
  justify-content: space-between;
  width: 100%;
  padding: 180px 74px 84px 124px;
  height: 1080px;
}
.art-gallery-wrapper .art-gallery-info {
  display: flex;
  flex-direction: column;
}

.art-gallery-wrapper .art-gallery-info h1 {
  font-size: 94px;
  line-height: 88px;
  font-weight: 900;
  letter-spacing: -7px;
  color: #232323;
  text-transform: uppercase;
  max-width: 648px;
  margin: 0;
}

html[lang="zh-CN"] .art-gallery-wrapper .art-gallery-info h1 {
  letter-spacing: unset;
  line-height: 1.1;
  word-break: keep-all;

}

.art-gallery-wrapper .art-gallery-info .art-piece-info-wrapper {
  position: relative;
  margin: 80px 0 0 0;
  width: 468px;
}
.art-gallery-wrapper .art-gallery-info .art-piece-info-wrapper .art-piece-info {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 1;
  transition: opacity 500ms;
}
.art-gallery-wrapper
  .art-gallery-info
  .art-piece-info-wrapper
  .art-piece-info
  .art-piece-description-wrapper {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: -24px;
  left: -24px;
  width: 100%;
  max-height: 0px;
  padding: 0px 24px 0px 24px;
  background: #f8f9fa;
  transition: max-height 500ms, padding 500ms;
  overflow: hidden;
}
.art-gallery-wrapper
  .art-gallery-info
  .art-piece-info-wrapper
  .art-piece-info
  .art-piece-description-wrapper
  .art-piece-title {
  font-size: 28px;
  line-height: 24px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: -1px;
  margin: 0 0 0 0;
  max-width: calc(100% - 40px);
}
.art-gallery-wrapper
  .art-gallery-info
  .art-piece-info-wrapper
  .art-piece-info
  .art-piece-description-wrapper
  .art-piece-description {
  color: #999898;
  font-size: 18px;
  line-height: 26px;
  margin: 16px 0 0 0;
}
.art-gallery-wrapper
  .art-gallery-info
  .art-piece-info-wrapper
  .art-piece-info
  .art-piece-description-wrapper.show {
  max-height: 150%;
  padding: 24px 24px 42px 24px;
}
.art-gallery-wrapper
  .art-gallery-info
  .art-piece-info-wrapper
  .art-piece-info
  .art-piece-title-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.art-gallery-wrapper
  .art-gallery-info
  .art-piece-info-wrapper
  .art-piece-info
  .art-piece-title-wrapper
  .art-piece-title {
  font-size: 28px;
  line-height: 24px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: -1px;
  margin: 0 0 0 0;
  max-width: calc(100% - 40px);
}
.art-gallery-wrapper
  .art-gallery-info
  .art-piece-info-wrapper
  .art-piece-info
  .art-piece-title-wrapper
  .plus-icon-wrapper {
  width: 32px;
  height: 32px;
  z-index: 3;
  transform: rotate(0deg);
  transition: transform 500ms;
  cursor: default;
}
.art-gallery-wrapper
  .art-gallery-info
  .art-piece-info-wrapper
  .art-piece-info
  .art-piece-title-wrapper
  .plus-icon-wrapper
  svg {
  width: 32px;
  height: 32px;
}
.art-gallery-wrapper
  .art-gallery-info
  .art-piece-info-wrapper
  .art-piece-info
  .art-piece-data-wrapper {
  display: flex;
  flex-direction: column;
  margin: 20px 0;
}
.art-gallery-wrapper
  .art-gallery-info
  .art-piece-info-wrapper
  .art-piece-info
  .art-piece-data-wrapper
  .data {
  font-size: 18px;
  color: #999898;
  line-height: 22px;
  letter-spacing: 1px;
}
.art-gallery-wrapper
  .art-gallery-info
  .art-piece-info-wrapper
  .art-piece-info
  .main-palette-wrapper
  h3 {
  text-transform: uppercase;
  font-weight: 900;
  font-size: 18px;
  margin: 0;
}
.art-gallery-wrapper
  .art-gallery-info
  .art-piece-info-wrapper
  .art-piece-info
  .main-palette-wrapper
  .main-palettes {
  display: flex;
  margin: 10px 0 0 0;
}
.art-gallery-wrapper
  .art-gallery-info
  .art-piece-info-wrapper
  .art-piece-info
  .main-palette-wrapper
  .main-palettes
  .bean-palette {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
  box-sizing: border-box;
  width: 94px;
  height: 130px;
  padding: 24px 0 18px 0;
  text-decoration: none;
}
.art-gallery-wrapper
  .art-gallery-info
  .art-piece-info-wrapper
  .art-piece-info
  .main-palette-wrapper
  .main-palettes
  .bean-palette
  img {
  max-width: 74px;
  height: auto;
  margin: 0 0 0 8px;
}
.art-gallery-wrapper
  .art-gallery-info
  .art-piece-info-wrapper
  .art-piece-info
  .main-palette-wrapper
  .main-palettes
  .bean-palette
  span {
  margin: 20px 0 0 0;
  font-size: 11px;
  line-height: 11px;
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
  color: white;
}
.art-gallery-wrapper
  .art-gallery-info
  .art-piece-info-wrapper
  .art-piece-info.hidden {
  opacity: 0;
}
.art-gallery-wrapper .art-piece-carousel {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.art-gallery-wrapper .art-piece-carousel h1.mobile-heading {
  display: none;
  font-size: 64px;
  line-height: 44px;
  font-weight: 900;
  letter-spacing: -4px;
  color: #232323;
  text-transform: uppercase;
  max-width: 320px;
  margin: 0;
}
.art-gallery-wrapper .art-piece-carousel .owl-carousel {
  max-width: 1000px;
}
.art-gallery-wrapper
  .art-piece-carousel
  .owl-carousel
  .owl-stage-outer
  .owl-stage
  .owl-item {
  height: 752px;
  width: auto;
}
.art-gallery-wrapper
  .art-piece-carousel
  .owl-carousel
  .owl-stage-outer
  .owl-stage
  .owl-item
  .bean-art-img-wrap {
  display: flex;
  justify-content: center;
  width: 1000px;
  height: 100%;
}
.art-gallery-wrapper
  .art-piece-carousel
  .owl-carousel
  .owl-stage-outer
  .owl-stage
  .owl-item
  .bean-art-img-wrap
  img {
  width: auto;
  height: 100%;
  max-width: 1000px;
  box-sizing: border-box;
  padding: 64px;
  margin: 0 auto;
  border: 1px solid #e2e2e2;
}
.art-gallery-wrapper .art-piece-carousel .owl-carousel .owl-dots .owl-dot {
  width: 17px;
}
.art-gallery-wrapper .art-piece-carousel .owl-carousel .owl-dots .owl-dot span {
  max-width: 6px;
  height: 6px;
}
.brand-footer-wrapper {
  margin: 23.5px 0;
  overflow: hidden;
}
.brand-footer-wrapper .bf-first-row,
.brand-footer-wrapper .bf-last-row {
  display: flex;
  margin: 0 -2.5px;
}
.bf-links-container {
  background-image: radial-gradient(
    ellipse at center,
    rgba(248, 80, 50, 0) 0%,
    rgba(0, 0, 0, 0.04) 60%,
    rgba(0, 0, 0, 0.08) 75%,
    rgba(0, 0, 0, 0.1) 100%
  );
  margin: 2.5px;
  height: 200px;
  width: 100%;
  transition: 125ms ease-in-out;
}
.bf-links-container-double {
  display: flex;
  width: 100%;
  transition: 125ms ease-in-out;
  margin-right: 2.5px;
}
.bf-links-container.ff {
  margin-right: 0px;
}
.bf-links-container.hp {
  position: relative;
}
.bf-links-container.hp .bf-link.lazy::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: radial-gradient(
      ellipse at center,
      rgba(248, 80, 50, 0) 0%,
      rgba(0, 0, 0, 0.04) 60%,
      rgba(0, 0, 0, 0.08) 75%,
      rgba(0, 0, 0, 0.1) 100%
    ),
    url("../../assets/common/brand-footer/nice_bf_hp_bkgd.jpg");
  opacity: 0;
  transition: opacity 125ms ease-in-out;
}
.bf-links-container.hp .bf-link::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: radial-gradient(
      ellipse at center,
      rgba(248, 80, 50, 0) 0%,
      rgba(0, 0, 0, 0.04) 60%,
      rgba(0, 0, 0, 0.08) 75%,
      rgba(0, 0, 0, 0.1) 100%
    ),
    url("../../assets/common/brand-footer/nice_bf_hp_bkgd.jpg");
  opacity: 0;
  transition: opacity 125ms ease-in-out;
}
.bf-links-container.bb .bf-link img {
  box-sizing: border-box;
  display: block;
  max-height: calc(100% - 32px);
  max-width: calc(100% - 32px);
}
.bf-links-container.ff .bf-link img {
  box-sizing: border-box;
  display: block;
  max-height: calc(100% - 32px);
  max-width: calc(100% - 32px);
}
.bf-links-container.hp .bf-link img {
  max-width: 260px;
  height: auto;
}
.bf-links-container.hp .bf-link img.bf-active-link-img {
  max-width: 300px;
  height: auto;
}
.bf-links-container.dc .bf-link img {
  max-width: 96px;
  height: auto;
}
.bf-links-container.hk .bf-link img {
  max-width: 157px;
  height: auto;
}
.bf-links-container.sun .bf-link img {
  max-width: 120px;
  height: auto;
}
.bf-links-container.sun .bf-link img.bf-active-link-img {
  max-width: 126px;
  height: auto;
}
.bf-links-container .bf-link {
  display: flex;
  box-sizing: border-box;
  justify-content: center;
  align-items: center;
  position: relative;
  color: white;
  height: 100%;
  width: 100%;
  padding: 16px;
}
.bf-links-container .bf-active-link-img {
  opacity: 0;
}
.bf-links-container .bf-inactive-link-img {
  opacity: 1;
}
.bf-links-container .bf-active-link-img,
.bf-links-container .bf-inactive-link-img {
  position: absolute;
  transition: 125ms ease-in-out;
  top: 50%;
  left: 50%;
  height: auto;
  transform: translate(-50%, -50%);
}
.bf-links-container:hover .bf-active-link-img {
  opacity: 1;
}
.bf-links-container:hover .bf-inactive-link-img {
  opacity: 0;
}
.bf-links-container.bb:hover {
  background-color: #6c408b;
}
.bf-links-container.ff:hover {
  background-color: #b9070a;
}
.bf-links-container.hp:hover {
  background-color: rgba(0, 118, 190, 0);
}
.bf-links-container.hp:hover .bf-link:before {
  opacity: 1;
}
.bf-links-container.dc:hover {
  background-color: #0076be;
}
.bf-links-container.hk:hover {
  background-color: #ed1c24;
}
.bf-links-container.sun:hover {
  background-color: #253c85;
}
.bf-links-container.bb.non-traditional:hover {
  background-color: #6c408b !important;
}
.bf-links-container.ff.non-traditional:hover {
  background-color: #b9070a !important;
}
.bf-links-container.dc.non-traditional:hover {
  background-color: #0076be !important;
}
.bf-links-container.hk.non-traditional:hover {
  background-color: #ed1c24 !important;
}
.bf-links-container.sun.non-traditional:hover {
  background-color: #253c85 !important;
}
@media screen and (max-width: 1850px) {
  .art-gallery-wrapper .art-gallery-info h1 {
    font-size: 90px;
    line-height: 73px;
    letter-spacing: -6px;
  }

  html[lang="zh-CN"] .art-gallery-wrapper .art-gallery-info h1 {
    letter-spacing: unset;
    line-height: 1.1;
    word-break: keep-all;
  
  
  }
  .art-gallery-wrapper .art-piece-carousel .owl-carousel {
    max-width: 931px;
  }
  .art-gallery-wrapper
    .art-piece-carousel
    .owl-carousel
    .owl-stage-outer
    .owl-stage
    .owl-item {
    height: 700px;
  }
  .art-gallery-wrapper
    .art-piece-carousel
    .owl-carousel
    .owl-stage-outer
    .owl-stage
    .owl-item
    .bean-art-img-wrap {
    width: 931px;
  }
}
@media screen and (max-width: 1675px) {
  .art-gallery-wrapper {
    height: 960px;
  }
  .art-gallery-wrapper .art-gallery-info h1 {
    font-size: 80px;
    line-height: 59px;
    max-width: 400px;
  }

  .art-gallery-wrapper .art-gallery-info .art-piece-info-wrapper {
    width: 400px;
  }
  .art-gallery-wrapper
    .art-gallery-info
    .art-piece-info-wrapper
    .art-piece-info
    .main-palette-wrapper
    .main-palettes
    .bean-palette {
    width: 76px;
    height: 120px;
    padding: 18px 8px;
  }
  .art-gallery-wrapper
    .art-gallery-info
    .art-piece-info-wrapper
    .art-piece-info
    .main-palette-wrapper
    .main-palettes
    .bean-palette
    img {
    max-width: 100%;
  }
  .art-gallery-wrapper
    .art-gallery-info
    .art-piece-info-wrapper
    .art-piece-info
    .main-palette-wrapper
    .main-palettes
    .bean-palette
    span {
    font-size: 10px;
    font-weight: 700;
  }
  .art-gallery-wrapper .art-piece-carousel {
    flex-grow: 2;
  }
  .art-gallery-wrapper .art-piece-carousel .owl-carousel {
    max-width: 731px;
  }
  .art-gallery-wrapper
    .art-piece-carousel
    .owl-carousel
    .owl-stage-outer
    .owl-stage
    .owl-item {
    height: 550px;
  }
  .art-gallery-wrapper
    .art-piece-carousel
    .owl-carousel
    .owl-stage-outer
    .owl-stage
    .owl-item
    .bean-art-img-wrap {
    width: 731px;
  }
}
@media screen and (max-width: 1440px) {
  .art-gallery-wrapper {
    height: 960px;
    padding: 180px 64px 24px 64px;
  }
  .art-gallery-wrapper .art-gallery-info h1 {
    font-size: 72px;
    line-height: 54px;
    max-width: 400px;
  }
  .art-gallery-wrapper .art-gallery-info .art-piece-info-wrapper {
    width: 380px;
    margin: 64px 0 0 0;
  }
  .art-gallery-wrapper
    .art-gallery-info
    .art-piece-info-wrapper
    .art-piece-info
    .art-piece-description-wrapper
    .art-piece-title {
    font-size: 24px;
    line-height: 24px;
  }
  .art-gallery-wrapper
    .art-gallery-info
    .art-piece-info-wrapper
    .art-piece-info
    .art-piece-description-wrapper
    .art-piece-description {
    font-size: 17px;
    line-height: 24px;
    margin: 10px 0 0 0;
  }
  .art-gallery-wrapper
    .art-gallery-info
    .art-piece-info-wrapper
    .art-piece-info
    .art-piece-title-wrapper
    .art-piece-title {
    font-size: 24px;
  }
  .art-gallery-wrapper .art-gallery-info .art-piece-data-wrapper .data {
    font-size: 17px;
    line-height: 22px;
    letter-spacing: 0;
  }
  .art-gallery-wrapper .art-piece-carousel .owl-carousel {
    max-width: 665px;
  }
  .art-gallery-wrapper
    .art-piece-carousel
    .owl-carousel
    .owl-stage-outer
    .owl-stage
    .owl-item {
    height: 500px;
  }
  .art-gallery-wrapper
    .art-piece-carousel
    .owl-carousel
    .owl-stage-outer
    .owl-stage
    .owl-item
    .bean-art-img-wrap {
    width: 665px;
  }
  .art-gallery-wrapper
    .art-piece-carousel
    .owl-carousel
    .owl-stage-outer
    .owl-stage
    .owl-item
    .bean-art-img-wrap
    img {
    padding: 48px;
  }
}
@media screen and (max-width: 1248px) {
  .art-gallery-wrapper {
    max-height: 780px;
    padding: 180px 32px 0 32px;
  }
  .art-gallery-wrapper .art-gallery-info h1 {
    font-size: 56px;
    line-height: 42px;
    max-width: 280px;
  }
  .art-gallery-wrapper .art-gallery-info .art-piece-info-wrapper {
    width: 320px;
  }
  .art-gallery-wrapper
    .art-gallery-info
    .art-piece-info-wrapper
    .art-piece-info
    .art-piece-title-wrapper
    .plus-icon-wrapper {
    width: 24px;
    height: 24px;
  }
  .art-gallery-wrapper
    .art-gallery-info
    .art-piece-info-wrapper
    .art-piece-info
    .art-piece-title-wrapper
    .plus-icon-wrapper
    svg {
    width: 24px;
    height: 24px;
  }
  .art-gallery-wrapper .art-piece-carousel .owl-carousel {
    max-width: 559px;
  }
  .art-gallery-wrapper
    .art-piece-carousel
    .owl-carousel
    .owl-stage-outer
    .owl-stage
    .owl-item {
    height: 420px;
  }
  .art-gallery-wrapper
    .art-piece-carousel
    .owl-carousel
    .owl-stage-outer
    .owl-stage
    .owl-item
    .bean-art-img-wrap {
    width: 559px;
  }
}
@media screen and (max-width: 1024px) {
  .art-gallery-wrapper {
    max-height: 800px;
  }
  .art-gallery-wrapper .art-gallery-info {
    margin: 0 16px 0 0;
  }
  .art-gallery-wrapper .art-gallery-info h1 {
    font-size: 48px;
    line-height: 36px;
    max-width: 280px;
    letter-spacing: -4px;
  }
  .art-gallery-wrapper .art-gallery-info .art-piece-info-wrapper {
    width: 270px;
    margin: 40px 0 0 0;
  }
  .art-gallery-wrapper
    .art-gallery-info
    .art-piece-info-wrapper
    .art-piece-info
    .art-piece-title-wrapper
    .plus-icon-wrapper {
    width: 24px;
    height: 24px;
  }
  .art-gallery-wrapper
    .art-gallery-info
    .art-piece-info-wrapper
    .art-piece-info
    .art-piece-title-wrapper
    .plus-icon-wrapper
    svg {
    width: 24px;
    height: 24px;
  }
  .art-gallery-wrapper
    .art-gallery-info
    .art-piece-info-wrapper
    .art-piece-info
    .art-piece-data-wrapper {
    margin: 16px 0;
  }
  .art-gallery-wrapper
    .art-gallery-info
    .art-piece-info-wrapper
    .art-piece-info
    .art-piece-data-wrapper
    .data {
    font-size: 17px;
    line-height: 21px;
    letter-spacing: 1px;
  }
  .art-gallery-wrapper
    .art-gallery-info
    .art-piece-info-wrapper
    .art-piece-info
    .main-palette-wrapper
    h3 {
    font-size: 16px;
  }
  .art-gallery-wrapper
    .art-gallery-info
    .art-piece-info-wrapper
    .art-piece-info
    .main-palette-wrapper
    .main-palettes
    .bean-palette {
    width: 54px;
    height: 98px;
    padding: 18px 4px;
  }
  .art-gallery-wrapper
    .art-gallery-info
    .art-piece-info-wrapper
    .art-piece-info
    .main-palette-wrapper
    .main-palettes
    .bean-palette
    span {
    font-size: 8px;
    line-height: 9px;
    margin: 12px 0 0 0;
  }
  .art-gallery-wrapper .art-piece-carousel .owl-carousel {
    max-width: 460px;
  }
  .art-gallery-wrapper
    .art-piece-carousel
    .owl-carousel
    .owl-stage-outer
    .owl-stage
    .owl-item {
    height: 346px;
  }
  .art-gallery-wrapper
    .art-piece-carousel
    .owl-carousel
    .owl-stage-outer
    .owl-stage
    .owl-item
    .bean-art-img-wrap {
    width: 460px;
  }
  .art-gallery-wrapper
    .art-piece-carousel
    .owl-carousel
    .owl-stage-outer
    .owl-stage
    .owl-item
    .bean-art-img-wrap
    img {
    padding: 32px;
  }
}
@media screen and (max-width: 800px) {
  .art-gallery-wrapper {
    flex-direction: column;
    height: auto;
    max-height: none;
    padding: 120px 32px 0 32px;
  }
  .art-gallery-wrapper .art-gallery-info {
    order: 1;
    height: 460px;
    margin: 0 0 0 0;
  }
  .art-gallery-wrapper .art-gallery-info h1 {
    display: none;
  }
  .art-gallery-wrapper .art-gallery-info .art-piece-info-wrapper {
    width: 100%;
  }
  .art-gallery-wrapper
    .art-gallery-info
    .art-piece-info-wrapper
    .art-piece-info
    .art-piece-description-wrapper.show
    + .art-piece-title-wrapper
    > .plus-icon-wrapper {
    transform: rotate(45deg);
  }
  .art-gallery-wrapper .art-piece-carousel h1.mobile-heading {
    display: block;
    align-self: flex-start;
    margin: 0 0 40px 0;
    max-width: 330px;
  }
  html[lang="zh-CN"]  .art-gallery-wrapper .art-piece-carousel h1.mobile-heading {
    letter-spacing: unset;
    line-height: 1.1;
    /* word-break: keep-all; */
    width:100%;
    max-width: unset;
  }
  .art-gallery-wrapper .art-piece-carousel .owl-carousel {
    max-width: 100%;
  }
  .art-gallery-wrapper
    .art-piece-carousel
    .owl-carousel
    .owl-stage-outer
    .owl-stage
    .owl-item {
    height: 260px;
  }
  .art-gallery-wrapper
    .art-piece-carousel
    .owl-carousel
    .owl-stage-outer
    .owl-stage
    .owl-item
    .bean-art-img-wrap {
    width: 100%;
  }
  .art-gallery-wrapper
    .art-piece-carousel
    .owl-carousel
    .owl-stage-outer
    .owl-stage
    .owl-item
    .bean-art-img-wrap
    img {
    padding: 0px;
  }
}
@media screen and (max-width: 480px) {
  .art-gallery-wrapper {
    padding: 120px 24px 0 24px;
  }
  .art-gallery-wrapper
    .art-gallery-info
    .art-piece-info-wrapper
    .art-piece-info
    .art-piece-description-wrapper.show
    + .art-piece-title-wrapper
    > .plus-icon-wrapper {
    transform: rotate(45deg);
  }
  .art-gallery-wrapper .art-piece-carousel h1.mobile-heading {
    font-size: 48px;
    line-height: 34px;
    margin: 0 0 32px 0;
  }
  .art-gallery-wrapper
    .art-piece-carousel
    .owl-carousel
    .owl-stage-outer
    .owl-stage
    .owl-item {
    height: 224px;
  }
}
@media screen and (max-width: 380px) {
  .art-gallery-wrapper
    .art-piece-carousel
    .owl-carousel
    .owl-stage-outer
    .owl-stage
    .owl-item {
    height: 180px;
  }
}
@media screen and (max-width: 330px) {
  .art-gallery-wrapper
    .art-piece-carousel
    .owl-carousel
    .owl-stage-outer
    .owl-stage
    .owl-item {
    height: 166px;
  }
}
@media screen and (max-width: 600px) {
  .brand-footer-wrapper {
    margin: 12px 0;
  }
  .brand-footer-wrapper .bf-first-row {
    flex-wrap: wrap;
  }
  .brand-footer-wrapper .bf-first-row .bf-links-container {
    width: 100%;
  }
  .bf-links-container {
    height: 124px;
  }
  .bf-links-container.bb .bf-link img {
    max-width: 201px;
  }
  .bf-links-container.hp .bf-link img {
    max-width: 180px;
  }
  .bf-links-container.hp .bf-link img.bf-active-link-img {
    max-width: 220px;
  }
  .bf-links-container.dc .bf-link img {
    max-width: 76px;
    height: auto;
  }
  .bf-links-container.hk .bf-link img {
    max-width: 117px;
    height: auto;
  }
  .bf-links-container.sun .bf-link img {
    max-width: 80px;
    height: auto;
  }
  .bf-links-container.sun .bf-link img.bf-active-link-img {
    max-width: 86px;
    height: auto;
  }
}
