html, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, main, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;

    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, main {
    display: block;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
html, body {
    height: 100%;
    margin: 0;
    font-family: 'Roboto', sans-serif;
}
.game-flash-install {
    background-image: linear-gradient(to bottom, #000435, #006ee8);
    color: #fff;
    text-align: center;
    width: 100%;
    height: 100%;
    padding-top: 70px;
    box-sizing: border-box;
    line-height: 1;
    font-size: 14px;
    position: relative;
}

.game-flash-install__inner {
    width: 100%;
    min-height: 550px;
    height: 100%;
    background: url(/static/img/cloud.png) no-repeat 50% 100%;
    background-size: 100%;
    position: relative;
}

.game-flash-install__inner:after {
    position: absolute;
    top: 70px;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    content: '';
    background: url(/static/img/laptop-rocket.png) no-repeat 50%;
    max-width: 450px;
    width: 80%;
    height: 390px;
}

.game-flash-install__title {
    font-size: 2.2em;
}

.game-flash-install__active {
    width: 565px;
    margin: 15px auto;
    overflow: hidden;
}


.game-flash-install__logo {
    padding-right: 5px;
    float: left;
    width: 16%;

}

.game-flash-install__logo img	{
    width: 100%;
    height: auto;
}

.game-flash-install__name {
    padding-left: 5px;
    padding-right: 22px;
    font-size: 2.5em;
    font-weight: bold;
    text-align: left;
    line-height: 46px;
    float: left;
    width: 41.66666667%;
}

.game-flash-install__button {
    box-sizing: border-box;
    text-transform: uppercase;
    font-size: 1.5em;
    border-radius: 5px;
    border: 3px solid #fff;
    text-decoration: none;
    color: #fff;
    padding: 15px 40px;
    margin-top: 28px;
    margin-left: -15px;
    float: left;
}

@media screen and (max-width: 600px) {
    .game-flash-install {
        font-size: 10px;
    }
    .game-flash-install__active {
        width: 440px;
    }
    .game-flash-install__name {
        line-height: 36px;
    }
    .game-flash-install__button {
        margin-top: 18px;
        margin-left: -28px;
    }
}