body {
  height: 100%;
  background: url('../images/linnut-FB.jpg') rgb(255, 255, 255);
  background-size: cover;
  background-position: 10% 10%;
  font: 200 1.563em/1.38 'Source Sans Pro';
  color: rgb(255, 255, 255);
}

.container {
  position: absolute;
  top: 271px;
  left: 0;
  right: 0;
  z-index: 2;
  width: 100%;
  height: 348px;
  margin: 0 auto;
}

.image {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 71.1666666666%;
  height: auto;
  margin: 0 auto;
  overflow: hidden;
}

._button {
  display: block;
  position: absolute;
  top: 253px;
  left: 0;
  right: 0;
  z-index: 1;
  width: 23.75%;
  height: 95px;
  margin: 0 auto;
  border-radius: 60px;
  background-color: rgb(0, 0, 0);
  font-size: 1em;
  text-align: center;
  color: rgb(255, 255, 255);
}