@media only screen and (min-width:992px) and (max-width:1200px) {
  .hero-wrap-inside span {
    width: 70%
  }
}

@media only screen and (min-width:768px) and (max-width:1024px) {
  .hero-wrap-inside span {
    width: 100%
  }
}

@media only screen and (min-width:481px) and (max-width:767px) {
  .hero-wrap-inside span {
    width: 100%
  }
}

@media only screen and (min-width:240px) and (max-width:480px) {
  .hero-wrap-inside span {
    width: 100%
  }
  .logo {
    text-align: center;
  }
  .menu ul li a {
    font-size: 14px;
    margin-left: 2px;
  }
  .header-purchase a {
    padding: 6px 12px;
  }
  .full-wrap {
    padding-top: 40px;
    min-height: 100vh;
  }
  .hero-wrap-inside span {
    font-size: 16px;
    margin-bottom: 0;
    width: 100%;
  }
  .purchase-button a.prch-btn {
    margin: 0px;
    padding: 2px 8px;
    font-size: 10px;
  }



}