footer.footer{
  height:64px;
  padding:8px 64px;
  display:flex;
  flex-direction:row;
  justify-content:flex-end;
  align-items:center;
  box-sizing:border-box;
}

.copyright-box{
  user-select:none;
  font-size:12px;
}


@media only screen and (max-width:767px) and (orientation:portrait){

  footer.footer{
    padding:8px 16px;
    justify-content:center;
  }

}