.video-js,
iframe {
    width: 100% !important;
    height: auto !important;
}

.lsrp-controls {
    margin-top: 10px;
    display: flex;
    justify-content: center;
    gap: 10px;
}

.lsrp-controls button {
    background: #333;
    color: #fff;
    padding: 8px 14px;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    font-size: 15px;
}

.lsrp-controls button:hover {
    background: #555;
}
