/*copy from http://codepen.io/zachacole/pen/VYMPMo */

.iphone-body {
    position: relative;
    background: #fff;
    height: 600px;
    width: 300px;
    border-radius: 40px;
    box-shadow: 0 2px 4px 2px #ccc;
}

.iphone-body:before {
    content: "";
    display: block;
    position: relative;
    top: 36px;
    background: #e7ebec;
    height: 6px;
    width: 60px;
    border-radius: 6px;
    margin: 0 auto;
}

.iphone-body:after {
    content: "";
    display: block;
    position: absolute;
    background: none;
    height: 34px;
    width: 34px;
    border: 6px solid #e7ebec;
    border-radius: 50%;
    margin: 0 auto;
    left: 0;
    right: 0;
    bottom: 16px;
}

.camera-1 {
    position: absolute;
    background: #e7ebec;
    height: 8px;
    width: 8px;
    border-radius: 8px;
    margin: 12px 0 0 146px;
}

.camera-2 {
    position: absolute;
    background: #e7ebec;
    height: 10px;
    width: 10px;
    border-radius: 10px;
    margin: 28px 0 0 90px;
}

.iphone-screen {
    position: relative;
    top: 50px;
    background: #fff;
    height: 440px;
    width: 272px;
    margin: 0 auto;
    border: 4px solid #e7ebec;
    border-radius: 4px;
    background-color: #333;
}