@media (max-width: 567px) {
  body {
    min-height: auto;
  }
  .all-events-header a {
    padding: 7px 15px;
    font-size: 14px;
  }
  footer{
    text-align: center;
  }
  footer .row .justify-content-end{
    justify-content: center !important;
  }
  footer ul {
    padding: 0;
    margin-top: 10px;
  }
  .dial-in {
    margin-top: 20px;
  }
  .create-event-form .w-50{
    width: 100% !important;
  }
  .wedding-links{
    margin-top: 20px;
  }
  .table tbody tr td .table-btns a {
    min-width: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .audio-form-wrap {
    min-height: auto;
  }
  .card-details {
    position: relative;
    top: 0;
    transform: none;
    margin-bottom: 20px;
  }
  .multi-upload {
    padding: 56px 20px;
  }
  .single-file-upload{
    margin-bottom: 10px;
  }
  .card-dets {
    max-width: 100%;
  }
  .audio-form .submit-btn{
    margin-top: 15px;
  }
  /*.wedding-details img{*/
  /*  max-width: 115px;*/
  /*}*/
}

@media only screen and (max-width: 767px) and (min-width: 568px) {
  body {
    min-height: auto;
  }
  .all-events-header a {
    padding: 7px 15px;
    font-size: 14px;
  }
  footer{
    text-align: center;
  }
  footer .row .justify-content-end{
    justify-content: center !important;
  }
  footer ul {
    padding: 0;
    margin-top: 10px;
  }
  .dial-in {
    margin-top: 20px;
  }
  .create-event-form .w-50{
    width: 100% !important;
  }
  .wedding-links{
    margin-top: 20px;
  }
  .table tbody tr td .table-btns a {
    min-width: 100px;
  }
  .audio-form-wrap {
    min-height: auto;
  }
  .card-details {
    position: relative;
    top: 0;
    transform: none;
    margin-bottom: 20px;
  }
  .multi-upload {
    padding: 56px 20px;
  }
  .single-file-upload{
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 768px) and (min-width: 768px) {
body, .audio-form-wrap {
  min-height: auto;
}
.dashboard-buttons{
  margin-bottom: 20px;
}
.table tbody tr td .table-btns a {
  min-width: 100px;
}
.single-file-upload{
  margin-bottom: 10px;
}
}

@media only screen and (max-width: 990px) and (min-width: 769px) {
.single-file-upload{
  margin-bottom: 10px;
}
body, .audio-form-wrap {
  min-height: auto;
}
.dashboard-buttons{
  margin-bottom: 20px;
}
.table tbody tr td .table-btns a {
  min-width: 100px;
}
}

@media only screen and (max-width: 1024px) and (min-width: 991px) {
.single-file-upload{
  margin-bottom: 10px;
}
body, .audio-form-wrap {
  min-height: auto;
}
.table tbody tr td .table-btns a {
  min-width: 100px;
}
}

@media only screen and (max-width: 1200px) and (min-width: 1025px) {
body, .audio-form-wrap {
  min-height: auto;
}
.table tbody tr td .table-btns a {
min-width: 100px;
}
}
