.responsive{
  max-width:100%;
  max-height:100%;
}

.center{
  /*position: absolute;*/
  left: 50%; 
  transform: translateX(-50%);
}

