.about-hero {
  background-image: url("../img/about/background-title.png");
  background-position: right;
}
.phone-serrano {
  width: 100%;
}
.phone-ghost{
  width: 100%;
}
.phone-stars-wrapper {
  position: relative;
  min-height: 35px;
}
.phone-stars {
  position: absolute;
  right: 0;
}
.phone-stars-inverse-wrapper {
  position: relative;
  overflow: hidden;
}
.phone-stars-inverse {
  left: 0;
}


@media (min-width: 320px) {}
@media (min-width: 768px) {
  .phone-stars-wrapper {
    overflow: hidden;
  }
  .phone-stars-inverse-wrapper {
    overflow: initial;
  }
  .phone-serrano {
    width: auto;
    height: 600px;
  }
  .phone-ghost{
    width: auto;
    height: 500px;
  }
  .international-call {
    background-position: initial;
  }
}
@media (min-width: 1024px) {
  .phone-ghost{
    width: auto;
    height: 600px;
  }
}
@media (min-width: 1280px) {}
@media (min-width: 1440px) {}
