

.center {
  width: 80%;
  height: 80%;
  position: absolute;
  margin:auto;
  top:0;
  bottom:0;
  left:0;
  right:0;
}

.image {
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  margin:auto;
  top:0;
  bottom:0;
  left:0;
  right:0;
  padding-bottom: 60px;
  box-sizing: border-box;
}

.button {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
}

.cta {
  border-radius: 10px;
  border: 1px solid #dc0d15;
  background-color: #ffffff;
  color: #dc0d15;
  cursor: pointer;
  display: block;
  font-family: Arial,sans-serif;
  font-size: 13px;
  line-height: 1.4;
  margin: 0;
  padding: 14px 40px 13px 40px;
  text-decoration: none;
  text-align: center;
  width: auto;
  white-space: nowrap;
  transition: ease-in-out .3s background-color,ease-in-out .3s border-color,ease-in-out .3s color;
}
.cta:hover {
  background-color: #dc0d15;
  color: #ffffff;
}