.lightbox a{
  position: absolute;
  top: 1.6em;
  right: 0;
  left: -.6em;
  height: 0;
  padding: 0 1.2em;
  z-index:200;
}
.lightboxba .content {
  	
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
   overflow-x: hidden;
  overflow-y: scroll;
  position: absolute;
  z-index: 2;
  width:61.5%;
  height: 85%;
  
  padding: 1.5em .625em 1.25em .625em;
  background: #faf8f1;
  -webkit-transform: translateY(-200%);
          transform: translateY(-200%);
  -webkit-transition: 1s -webkit-transform ease-in-out;
  transition: 1s -webkit-transform ease-in-out;
 
  transition: 1s transform ease-in-out, 1s -webkit-transform ease-in-out;
  
  box-shadow:8px 7px 7px -2px rgba(0,0,0,0.25);
  z-index: 1000;
   top:8.2em;
  left:5.25em
}

.lightboxba .header .h {
  margin: 0;
}
.lightboxba .header .button:not(:first-child) {
  margin-left: auto;
}
.lightboxba .header {
  padding:0 20px 0 0;
  width:37.2em;
  margin-bottom:5px;
  text-align:right;
  height:10px;
}
.lightboxba .main {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.lightboxba .backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 100%;
  left: 0;
  opacity: 0;
  background: rgba(0, 0, 0, 0.3);
  -webkit-transition: 1s opacity ease-in-out, bottom 1s 1s;
  transition: 1s opacity ease-in-out, bottom 1s 1s;
}
.buttonba {
	cursor:pointer;
  display: inline-block;
  margin: 0;
    color: red;
  text-align: center;
  font-size: 18px;
  font-weight:bold;
    -webkit-transition: 1s all ease-in-out;
  transition: 0.3s all ease-in-out;
  position:absolute;
  top:5px;
  right:15px;
}
