@media only screen and (min-width: 480px) {
  .navbar-brand {
    font-size: 24px;
  }

  .creative-photo-booth {
    padding: 60px 30px;
  }


  .play-button {
    height: 100px;
  }

  .bttn, .view-pricing-btn, .creative-photo-booth a {
    padding: 18px 35px;
  }
  .client-logo {
    width: 200px;
    height: 200px;
  }
  .client-logo.bg {
    width: 180px;
    height: 180px;
  }
}