html, body {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: .833vw;
    background-color: #fff;
    width: 100%;
    min-height: 100vh;
    font-family: -apple-system, BlinkMacSystemFont, "SegoeUIRegular", Roboto, Verdana, Arial, sans-serif;
}

body {
    display: inherit;
    -webkit-text-size-adjust: none;
    visibility: inherit;
}

.block-mockup {
    width: 100%;
    min-height: 100vh;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.block-mockup__container {
    width: 718px;
    max-width: 80%;
    min-width: 30%;
}

.block-mockup__stand picture,
.block-mockup__stand picture img {
    width: 100%;
}

.block-mockup__logo {
    text-align: center;
    margin-bottom: 2em;
}

.block-mockup__logo img {
    display: inline-block;
    width: 35%;
}
