.phone {
    width: 100%;
    height: 100%;
    max-width: 1034px;
    max-height: 543px;
    margin: 0 auto;
}
.phone, .resize {
    position: relative;
    padding-bottom: 67.5%;
    height: 0;
}
.resize video {
    box-sizing: border-box;
    background: url(../img/phone.png) center center no-repeat;
    background-size: contain;
    padding: 5% 35.3% 6.5% 35.3%;
    position: absolute;
    top: 0;
    left: 0%;
    width: 100%;
    height: 100%;
}