@media (max-width: 991px) {

  section.resume-section:first-of-type {
    padding-top: 1rem !important;
  }

  #about .my-auto {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  #about .resume-item {
    flex-direction: column !important;
  }

  /* Force h1 name to show */
  #about h1 {
    font-size: 1.6rem !important;
    margin-bottom: 0.2rem !important;
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
  }

  #about .subheading {
    font-size: 0.85rem !important;
    margin-bottom: 1rem !important;
  }

  img[alt="Scannable QR code with contact info"] {
    max-width: 130px !important;
    height: auto !important;
  }

  .list-social-icons img {
    max-width: 60px !important;
    height: auto !important;
  }

  body {
    overflow-x: hidden;
  }
}
@media (min-width: 992px) {
  #sideNav .navbar-brand .img-profile.img-profile {
    max-width: 16rem !important;
    max-height: 16rem !important;
    width: 16rem !important;
  }
}
