.banner-inner {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
  padding-top: calc(768 / 1920 * 100%);
  display: block;
  overflow: hidden;
  height: 0;
}

.banner-inner .base-content {
  position: absolute;
  left: 60px;
  text-transform: uppercase;
  color: white;
  z-index: 10;
}

.banner-inner .base-content .b-title {
  font-weight: 900;
  margin-bottom: 5px;
}

.banner-inner .base-content .b-txt {
  font-weight: 300;
}

.content {
  margin: 30px;
}

/* Dicas
* ================================================== */
.tip .tip-txt {
  max-height: 90px;
}

@media (max-width: 681px) {
  .banner-inner .base-content {
    bottom: 10px;
    max-width: 80%;
  }
  .banner-inner .base-content .b-title {
    font-size: 20px;
    line-height: 1.1em;
  }
  .banner-inner .base-content .b-txt {
    font-size: 12px;
    line-height: 14px;
  }
}

@media (min-width: 681px) {
  .banner-inner .base-content {
    bottom: 50px;
  }
  .banner-inner .base-content .b-title {
    font-size: 30px;
  }
  .banner-inner .base-content .b-txt {
    font-size: 16px;
    line-height: 22px;
  }
}
