.banner-store {
  position: relative;
  overflow: hidden;
  width: 100%;
  font-family: Avenir;
}

.banner-store .bs-content {
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.banner-store .bs-title-container {
  max-width: 450px;
  margin: auto;
  text-align: center;
}
.banner-store .bs-title {
  font-size: 30px;
  text-align: center;
}
.banner-store .bs-sub-title {
  font-weight: 600;
  letter-spacing: 4px;
  font-size: 16px;
  text-transform: uppercase;
}
.banner-store .bs-content-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: 55%;
      flex-basis: 55%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #e8dce0;
}
.banner-store .bs-content-right {
  -ms-flex-preferred-size: 45%;
      flex-basis: 45%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #eee;
}


.banner-store .ratio {
  padding-bottom: 30%;
} 

.banner-thumbnail, .thumb-store, .image-rect {
  background-color: #eee;
  background-size: cover;
  background-position: center center;
}

@media(max-width: 991px) and (min-width: 768px) {
  .banner-store .ratio {
    padding-bottom: 40%;
  }

  .banner-store .bs-content-left {
    flex-basis: 50%;
  } 

 .banner-store .bs-content-right {
    flex-basis: 50%;
  }
}

@media(max-width: 767px) {
  .banner-store .bs-content-left {
    padding: 20px;
    flex-basis: 50%;
  }
  .banner-store .bs-content-right {
    flex-basis: 50%;
  }
  .banner-store .bs-content {
    flex-direction: column-reverse;
  }
  .banner-store .ratio {
    padding-bottom: 120%;
  }
  .banner-store .bs-title {
    font-size: 20px;
    padding: 0px 10px;
  }
  .banner-store .bs-sub-title { 
    font-size: 12px;
    margin-top: 5px;
  }
  .banner-store {
    min-height: 520px;
  }
  .img-featured {
    display: block;
    width: 60%;
    margin: auto;
  }
}

@media(max-width: 320px) {
  .tl-mobile .tl-middle {
    margin-left: 65px !important;
  }
}

.container-limited {
  max-width: 1000px;
}

/* helpers */
.image-rect {
  max-width: 660px;
  height: 400px;
  margin: 20px auto;
}

.thumb-store {
  height: 315px;
}

.link-block {
  display: block;
  color: initial;
}

.link-influencer {
  max-width: 660px;
  margin: auto;
}

.no-padding {
  padding: 0px !important;
}

.subtitle-default, .subtitle-small {
  font-family: Avenir-Medium;
  color: #666;
}

.subtitle-default {
  font-size: 18px;
  text-transform: capitalize;
}

.subtitle-small {
  max-width: 600px;
  margin: auto;
  font-size: 16px;
}

.section-repeatable {
  margin-top: 75px;
  overflow-x: hidden;
}
