@media screen and (min-width: 980px) {
  #mmcss{display: none;}
  #mmlang{display: none;}
}

@media screen and (max-width: 980px) {
  #mmnav {box-shadow: 6px 3px 8px 1px #7f7f7f}
  .mmhr {height: 3px;background: #0052c2;border: none}
  #mmlang {
    padding: 10px;
    text-align: center;
  }
  #mmlang a {
    margin: 0 10px;
  }
  #positioning_container_839733901 {margin-bottom: 90px !important}
}

#mmcss{text-align: center;}
#mmcss a {text-decoration: none;}



.dropbtn {
  background-color: #4CAF50;
  color: white;
  padding: 16px;
  font-size: 16px;
  border: none;
  cursor: pointer;width: 30px !important;height: 20px !important;
}
 
.dropdown {
  position: relative;
  display: inline-block;
}
 
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 80px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}
 
.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}
 
.dropdown-content a:hover {background-color: #f1f1f1}
 
.show {display:block;}
.immc {width: 50px;height: 30px;cursor: pointer;}