.display-mobile {
display:none;
}
@media (max-width: 1024px) and (orientation: portrait) {
.banner-intro img {object-position: left;}
.display-mobile {
display: inline-block;
}
}
@media (max-width: 1024px) and (orientation: landscape) {
.banner-intro img {object-position: left;}
}
.banner-intro.-align-left .article-slide>.title {
max-width: none;
}
.control-thermoscanner {
max-width: 728px;
margin: 0 auto;}

.control-thermoscanner h5{
    font-family: Came,sans-serif;
    font-weight: 400;
}
form input[type=radio]+label {
 margin-right: 2rem;
}
form input[type=checkbox]+label {
width: 100%;
  margin-bottom: 1rem;
}
.ui-datepicker thead tr th:nth-of-type(3) span{
  color: #fff;
  position: relative;
}

.ui-datepicker thead tr th:nth-of-type(3) span:after{
  font-size: 1em;
  content: 'Me';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  font-family: Arial,Helvetica,sans-serif;
  color: #333;
  padding-left: .3em;
}