/* fix modal overflow on low resolutions */
.modal {
  position: absolute;
}
@media (min-width: 980px) {
  body {
    padding-top: 60px;
  }
}