/* Screens no smaller than a large phone */

/****************************************
* Billboard
****************************************/

.billboard {
  height: 400px;
}

.billboard .content {
  max-width: 500px;
}

/****************************************
* Property Photos
****************************************/

.property-photos .coming-soon svg {
  width: 150px;
  height: auto;
}

.property-photos .coming-soon p {
  font-size: 18px;
}

/****************************************
* Calculator
****************************************/

#calculator .cell {
  padding: 1rem 2rem;
}

#calculator .cell .grid {
  gap: 1rem;
}

/****************************************
* Video placeholder
****************************************/

.videos > button p {
  font: calc(16px + (20 - 16) * (100vw - 576px) / (768 - 576));
}
