.hios8-center {
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}
.hios8-center .billboard-content{
  position: absolute!important;
  bottom: 30px;
}
/*mobile*/
@media screen and (max-width: 767px){
 .hios8-center .billboard-content{
  bottom: 0;
}
}