.dance_academy_requestBtn {
  position: fixed;
  top: 187px;
  right: 0;
  width: 160px;
  height: 60px;
  z-index: 100;
}
.dance_academy_requestBtn:hover {
  opacity: 0.8;
}
@media screen and (max-width: 600px) {
  .dance_academy_requestBtn {
    top: unset;
    bottom: 40px;
    width: 102px;
  }
}
/*# sourceMappingURL=dance_academy_form.css.map */