@media (max-width: 500px) {
  .form-check.form-check-inline {
    margin-right: .75rem!important;
  }
}

@media (max-width: 991px) {
  
}

.portrait {
  display: none;
}

@media screen and (orientation:portrait) { 
  .portrait {
    display: block;
  }
}

