#player{
    border-radius: 10px !important;
}
.plyr{
    border-radius: 10px !important;
}

.plyr__poster{
    background-size:cover;
}

.plyr__control[data-plyr="play"]{
    background: none;
}
.plyr__control[data-plyr="play"]:hover{
    background: none;
}
body > main > section:nth-child(2) > div > div > div > div.col-md-5.col-12 > div > button svg{
    width: 50px;
    height: 50px;
}