.inner010 {
  position: absolute;
  top: 0 !important;
  padding: 0 10% 0 10% !important;
  background-color: transparent !important;
}
@media only screen and (max-width: 641px) {
.inner010 {
  position: static;
  top: 0px;
  -webkit-transform: none;
  transform: none;
  padding: 5% !important;
  margin: 0 3% !important;
  height: auto !important;
  z-index: 2;
}
}



