.inline-video-controls button{
    width:80px;
}
.inline.font{
    font-size: 19px; font-family: "PingFang SC", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
@media only screen and (max-width: 1068px) {
    .inline.font{
    font-size: 17px; font-family: "PingFang SC", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    }
}
@media only screen and (max-width: 734px) {
    .section-integration .integration-headline {
        justify-content:center;
        flex-direction:row;
    }
}



@media only screen and (min-width: 735px) {
    .section-experiences .app.iphone11promax.landscape.app-plantale .app-hardware {
        grid-column: 1 / span 7;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        justify-self:flex-end;
        margin-top: 59px;
    }

     .section-experiences .app.iphone11promax.landscape.app-plantale .app-copy-block {
        grid-column: 9 / span 4;
        order:2
    }
}

@media only screen and (min-width: 735px) and (max-width: 1068px) {
    .section-experiences .app.iphone11promax.landscape.app-plantale .app-hardware {
        grid-column-end:span 6;
        margin-top:145px;
    }
}


.section-experiences .app.iphone11promax.landscape.app-plantale .inline-video-controls{
	left: 250px;
}

@media only screen and (max-width: 1068px) {
    .section-experiences .app.iphone11promax.landscape.app-plantale .inline-video-controls {
        left:180px
    }
}

@media only screen and (max-width: 734px) {
    .section-experiences .app.iphone11promax.landscape.app-plantale .inline-video-controls {
        left: 0;
        width:100%
    }
}

.section-experiences .app.iphone12promax.portrait .inline-video-controls>button{
    text-align: center;
}

