body {
  background-color: rgb(255, 255, 255);
  font-size: 1em;
}

.element {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 800px;
  margin: auto;
  background: url('../images/hibernia.jpg') rgb(255, 254, 254);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}