@media (max-width: 800px) {
  .form-check-inline {
    margin-left: 0 !important;
    margin-right: 50px !important;
  }
  .modal-content .embed-responsive{
    height: 500px;
  }
  a.navbar-brand img{
    width: 100% !important;
  }
}