html,
body {
  min-width: 320px;
}
@media (max-width: 1199px) {
  #amazing-bg .profile {
    float: left;
    width: 16.666666666%;
  }
}
@media (max-width: 991px) {
  #amazing-bg .profile {
    float: left;
    width: 20%;
  }
}
@media (max-width: 767px) {
  #amazing-bg .profile {
    float: left;
    width: 25%;
  }
}
@media (max-width: 450px) {
  #body {
    position: absolute;
    top: 50%;
    width: auto;
    margin-top: -265px;
    left: 50%;
    margin-left: -150px;
  }
  #body #form .panel {
    max-width: 300px;
  }
  #body #form .panel .panel-body .bigbtn {
    background: #fd50d7;
    color: white;
    border-radius: 3px;
    padding: 0 10px;
    font-size: 18px;
    display: inline-block;
    cursor: pointer;
    width: 100px;
  }
}
