/* via: https://stackoverflow.com/a/41169344/467760 */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
   .locate-user > .locate-user__form {
     height: 90px !important;
     -webkit-box-flex: 2 !important;
         -ms-flex: 2 0 0% !important;
             flex: 2 0 0% !important;
   }

   .locate-user > span {
     -webkit-box-flex: 1 !important;
         -ms-flex: 1 0 0% !important;
             flex: 1 0 0% !important;
     display: block !important;
     text-align: center !important;
   }

   .locate-user > .locate-user-presets {
     -webkit-box-flex: 2 !important;
         -ms-flex: 2 0 0% !important;
             flex: 2 0 0% !important;
   }
}
@media screen and (-ms-high-contrast: active) and (max-width: 979px), (-ms-high-contrast: none) and (max-width: 979px) {
  .locate-user {
    height: 200px;
  }
}
