

@media only screen  and (-ms-high-contrast: none), (-ms-high-contrast: active) {
   
  @media screen and (max-width: 992px) {
  

  .stickytop{
  position: sticky-top;
  top: 40;
  right: 0;
  left: 0;
  z-index: 1030;
  font-size: 10px;
  padding-top: 30px;
} 
}
@media screen and (max-width: 450px) {

  .sticky-top{
  position: sticky-top;
  top: 40;
  right: 0;
  left: 0;
  z-index: 1030;
  font-size: 10px;
  padding-top: 30px;
}
} 
}
@supports not (-ms-high-contrast: none) {
  .ieonly{
    display:none;
  }
}
