.suspend-photo {
  background: transparent url('https://bluehost-cdn.com/media/user/suspended_account/_bh/bh-beback-soon.png') no-repeat;
  background: center;
  width: 100%;
  height: 100%;
  opacity: 1;
}
.suspend-text {
  position: absolute;
  font-size: 36px;
  top: 370px;
  margin-left: 10px;
  color: #5C5C5C;
  opacity: 1;
  font-weight: 200;
  font-family: 'Open Sans', sans-serif;
}
.contact-support {
  position: absolute;
  font-size: 16px;
  text-align: center;
  top: 450px;
  margin-left: 10px;
  color: #5B5B5B;
  font-family: 'Open Sans', sans-serif;
}
.questions {
  text-align: center;
  color: #5B5B5B;
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
}
@media (max-width: 600px) {
  .suspend-text {
    font-size: 1.0em;
    top: 60px;
  }
  .contact-support  {
    font-size: 14px;
    top: 85px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .suspend-text {
    font-size: 1.25em;
    top: 200px;
  }
  .contact-support  {
    font-size: 15px;
    top: 245px;
  }
}