.kss-swatch {
  display: inline-block;
  position: relative;
  margin-bottom: 5px;
  width: 145px;
  height: 140px;
  text-align: center;
  font-size: 1.4rem;
  color: #FFF;
  padding-top: 90px; }
  .kss-swatch.kss-swatch-light {
    border: 1px solid #F6F6F6;
    color: #000; }

.background-text-container {
  background-size: cover;
  min-height: 494px;
  padding-left: 10px;
  padding-right: 10px;
  background-position: center center;
  background-repeat: no-repeat;
  padding-bottom: 40px;
  padding-top: 20px;
  position: relative; }
  @media screen and (max-width: 991px) {
    .background-text-container {
      background-image: none !important; } }
  .background-text-container img {
    max-width: 100%; }
