body,html {
  height: 100%;
}

.wide {
    width:100%;
    height:100%;
    height:calc(100% - 1px);
    background-size:cover;
    text-align: center;
}

.wide img {
  width:100%;
}

