.requestappointment {
  display: none;
}
@media only screen and (max-width: 960px) {
  .full-width .sub-full-bleed .contentbox .flextiles {
    flex-wrap: wrap;
  }
  .full-width .sub-full-bleed .contentbox .flextiles > div {
    width: 50%;
    padding-top: 50%;
    height: 0;
  }
  .full-width .sub-full-bleed .contentbox .flextiles .text {
    width: 100%;
  }
  .full-width .sub-full-bleed .contentbox .flextiles h2 {
    font-size: 5vw;
  }
}
@media only screen and (max-width: 550px) {
  .full-width .sub-full-bleed .contentbox .flextiles {
    flex-wrap: wrap;
  }
  .full-width .sub-full-bleed .contentbox .flextiles > div {
    width: 100%;
    padding-top: 59%;
    height: auto;
    margin-bottom: 12px;
  }
  .full-width .sub-full-bleed .contentbox .flextiles > div:last-child {
    margin-bottom: 0;
  }
  .full-width .sub-full-bleed .contentbox .flextiles .text {
    width: 100%;
  }
  .full-width .sub-full-bleed .contentbox .flextiles h2 {
    font-size: 10vw;
  }
}
