.videoplayer {
    text-align: center;
}

.videoplayer iframe {
    margin-top: 4px;
    max-width: 700px;
    width: 100%;
    aspect-ratio: 16 / 9;
    border-radius: 10px;
}