.video-container {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 aspect ratio */
    height: 0;
    overflow: hidden;
}
.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.subscription-form {
    max-width: 400px;
    width:autp;
    margin: 0 auto;
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 5px;
}
.subscription-form input,
.subscription-form select,
.subscription-form button {
    width: 100%;
    margin-bottom: 10px;
    padding: 10px;
}
.subscription-form button {
    background-color: #FFF303;
    color: white;
    border: none;
    cursor: pointer;
}
.subscription-form button:hover {
    background-color: #e1d607;
}
#stripe-subscribe-button {
    background-color: #FFF303;
    color: white;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
    color:#000;
}

#stripe-subscribe-button:hover {
    background-color: #e1d607;
    color:#fff;
}