body, html {
    margin: 0;
    padding: 0;
    background: #fbfbfb;
}

.wrapper {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 1140px;
    max-width: 100%;
}

.wrapper img {
    max-width: 100%;
    height: auto;
}

.linkblock {
    position: absolute;
    left: 50%;
    top: 52%;
    transform: translate(-50%,-50%);
    width: 27%;
    height: 22%;
    z-index: 2;
}

.linkblock a {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
}