.iphone-container {
    background: url(../../images/iphone6.png)no-repeat top center / 100% auto;
    width: 306px;
    height: 627px;
    position: relative;
    margin: auto;
    overflow: hidden;
    margin-top: 50px;
}

@media only screen and (max-width: 991px){
    .iphone-container{
        /*margin-top: 128px;*/
    }
}

.iphone-container.space{
    background: url(../../images/iphone6_space.png)no-repeat top center / 100% auto;
}

.iphone-container.half{
    height: 400px;
}

.iphone-container.hide-home-button{
    height: 550px;
}

.video-wrapper {
    background: #000000;
    width: calc(100% - 12%);
    height: 473px;
    position: absolute;
    left: 6%;
    top: 77px;
    overflow: hidden;
}

.video-wrapper video{
    z-index: 1;
}


.iphone-container .video-wrapper .videocover {
    background: rgba(0,0,0,0.3);
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 2;
    display: none;
}

.videocover span {
    font-family: sans-serif;
    font-size: 18px;
    color: #fff;
    background: rgba(0,0,0,0.7);
    padding: 10px;
    margin: auto;
    display: block;
    width: 100px;
    text-align: center;
    margin-top: 80%;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}

.iphone-container.small {
    width: 229.5px;
    height: 470.25px;
}

.iphone-container.small .video-wrapper {
    height: 355px;
    top: 57px;
}

.iphone-container.small.half{
    height: 300px;
}