.video {
    .video-wrapper {        
        .plyr {
            border-radius: 30px;

            @media screen and (max-width: 576px) {
                border-radius: 20px;
            }
        }
    }
}