
    .mobile {
  display: block;
  position: fixed;
  width: 100%;
  float: right;
  top: 0;
        right: 0;
}
.mobile div {
  display: none;
}
.mobile button {
  position: absolute;
  top: 15px;
  right: 15px;
  border: 0;
  text-indent: 200%;
  overflow: hidden;
  background:url("../images/acordian.jpg") center no-repeat;
    
  background-size: 50%;
  width: 30px;
  height: 30px;

}
.mobile button.expanded {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.mobile a {
  display: block;
}

article {
  padding: 0 30px 15px;
}


