.block {
  display: block;
  text-align: center;
}
.block__element {
  width: 100%;
  max-width: 640px;
  height: auto;
  box-sizing: border-box;
}