@charset "utf-8";
.thumb {
  position: relative;
  top: 0;
  left: 0;
  display: inline-block;
}

.filter {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
}

#menuBtn[aria-expanded="false"] div:nth-child(1).thumb,
#menuBtn[aria-expanded="true"] div:nth-child(2).thumb {
  display: block;
}

#menuBtn[aria-expanded="true"] div:nth-child(1).thumb,
#menuBtn[aria-expanded="false"] div:nth-child(2).thumb {
  display: none;
}
