@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%
  }
}