html, body {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
}

iframe {
    border: none;
    background-color: transparent;
    height: 100%;
    width: 100%;
    margin: 0 auto;
}

.screen.demoMode {
    margin: 0 auto;
}

.phone {
    width: 475px;
    height: 950px;
    background: url(../img/phone.svg);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 120px 36px 118px;
    margin-top: 40px !important;
}

.tablet {
    width: 1185px;
    height: 1605px;
    background: url(../img/tablet.svg);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 278px 185px 277px;
    margin-top: -60px !important;
    zoom: 65%;
    position: relative;
    background-position: center;
}