.plyr__controls {
    height: 50px !important;
    top: 102px;
    padding: 0 !important;
}

.plyr--ready {
    padding-top: 50px;
}

@media(max-width: 1030px) {
    .plyr__controls {
        height: 50px !important;
        top: 102px;
        width: 85%;
        margin-left: 0;
        margin-right: auto;
        padding: 0 !important;
    }

    .plyr--ready {
        padding-top: 100px;
    }
}