<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.laza-TextCard {
  position: absolute;
  border: 1px solid #8b6f4e;
  background-color: #fff;
  left: 50%;
  width: 100%;
}

.bg-col-img {
  background-size: cover;
  height: 320px;
  width: 100%;
  max-width: 915px;
  background-position: 40% 50%;
}

.bg-laza {
  background-image: url(../jpg/december-feature-of-the-month-new-products.jpg);
}

@media (min-width: 767px) {
  .mob-img {
    display: none;
  }
}

@media (min-width: 767px) and (max-width: 990px) {
  .laza-TextCard {
    position: relative;
    padding: 0 30px;
    left: auto;
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    bottom: 25px;
    margin-bottom: -40px;
  }
}

@media (min-width: 1600px) {
  .laza-TextCard {
    padding: 0 30px;
    bottom: 80px;
    left: 75%;
    width: 38em;
  }
}

@media (min-width: 991px) and (max-width: 1199px) {
  .laza-TextCard {
    position: relative;
    padding: 0 30px;
    left: auto;
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    bottom: 25px;
    margin-bottom: -40px;
  }
}

@media (min-width: 1200px) and (max-width: 1599px) {
  .laza-TextCard {
    padding: 0 30px;
    bottom: 31px;
    left: 70%;
    width: 35em;
  }
}

@media (max-width: 766px) {
  .laza-TextCard {
    position: relative;
    padding: 0 30px;
    left: auto;
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    bottom: 21px;
    margin-bottom: -40px;
  }
}

@media (max-width: 766px) {
  .laza-image {
    display: none;
  }
}

.flited-img-bg {
  background-image: url(../jpg/fluted-looks-banner-thumb.jpg);
  background-size: cover;
  background-position: 100% 50%;
  min-height: 100%;
}

.fluted-col .jb-img.jumbotron {
  border-radius: 0 !important;
}

.container .jumbotron, .container-fluid .jumbotron {
  padding-right: 15px;
  padding-left: 15px;
  border-radius: 6px;
}

.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eee;
}

@media (min-width: 320px) and (max-width: 767px) {
  .fluted-col .flited-img-bg {
    background-image: none;
    background-size: cover;
    background-position: 90% 50%;
    min-height: 100%;
  }
}

@media (max-width: 767px) {
  .jb-img.jumbotron, .jb-img.jumbotron, .countertop-jb-img.jumbotron {
    max-width: none !important;
    margin: 0 auto;
  }
}

.fw-500 {
  font-weight: 500;
}
.bi::before {
  color: #8b6f4e;
}
</pre></body></html>