body {
    background-image: url('../img/main-background.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 100vh;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.right {
    width: 40vw;
    height: 80vh;
    position: absolute;
    left: 55vw;
    top: 5vh;
}

.demo-frame {
    background-image: url('../img/apple_iphone_6_plus.png');
    background-size: 100%;
    background-repeat: no-repeat;
    height: 973px;
    width: 480px;
    float: right;
    transform-origin: top right;
}

.demo-frame .iphone-left, .demo-frame .iphone-top, .demo-frame .iphone-right {
    background-image: url('../img/apple_iphone_6_plus.png');
    background-size: auto;
    background-repeat: no-repeat;
    position: absolute;
    z-index: 2;
}

.demo-frame .iphone-left {
    height: 973px;
    width: 40px;
}

.demo-frame .iphone-right {
    background-position: right;
    right: 0;
    height: 973px;
    width: 40px;
}

.demo-frame .iphone-top {
    height: 92px;
    width: 480px;
}

.demo-frame iframe {
    position: absolute;
    top: 60px;
    right: 29px;
    width: 422px;
    height: 807px;
}