.cbr-tag-box {
  position: absolute;
  z-index: 20;
  padding: 20px;
  margin-top: 20px;
  text-align: center;
  color: #fff;
  font-size: 36px;
  font-weight: bold;
  text-transform: uppercase;
  background-image: linear-gradient(to right, rgba(5, 55, 100, 1), rgba(5, 55, 100, 0));
}

.cbr-button-view {
  position: absolute;
  right: 0;
  margin-top: -80px;
  padding-right: 30px;
}

.cbr-button {
  border-radius: 10px;
  border: 2px solid #fff;
  padding: 15px;
  font-size: 20px;
  text-align: center;
  text-transform: uppercase;
  background: #ff3048;
  color: #fff;
  font-weight: bold;
  cursor: pointer;
}

.cbr-rv-rental {
  float: left;
  width: 100%;
  position: relative;
}

div#contactBoxRentals {
  margin-top: 67px;
}

@media (max-width: 1024px) {
  div#contactBoxRentals {
    margin: 10px 0 6px 0;
    text-align: center;
  }
}

@media (max-width: 767px) {
  .cbr-tag-box {
    font-size: 30px;
    padding: 10px;
  }

  .cbr-button {
    padding: 10px;
    font-size: 18px;
  }

  .cbr-button-view {
    margin-top: -60px;
  }
}

@media (max-width: 560px) {
  .cbr-tag-box {
    font-size: 24px;
    padding: 10px;
  }

  .cbr-button {
    padding: 10px;
    font-size: 15px;
  }

  .cbr-button-view {
    margin-top: -50px;
  }
}

@media (max-width: 560px) {
  .cbr-tag-box {
    font-size: 20px;
    padding: 8px;
  }

  .cbr-button {
    padding: 6px;
    font-size: 13px;
  }

  .cbr-button-view {
    margin-top: -40px;
  }
}

@media (max-width: 380px) {
  .cbr-tag-box {
    font-size: 16px;
    padding: 8px;
    margin-top: 10px;
  }

  .cbr-button {
    padding: 6px;
    font-size: 12px;
  }

  .cbr-button-view {
    margin-top: -40px;
    padding-right: 15px;
  }
}

@media (max-width: 520px) {
  #main_page_wrapper {
    display: block;
  }
}
