.video-container {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 aspect ratio */
    height: 0;
    overflow: hidden;
    width: calc(100% - 40px); /* Adjust width to accommodate padding */
    margin: 0 auto; /* Center the container */
    max-width: 100%;
    background: transparent; /* Make the background transparent */
    border-radius: 15px; /* Add rounded edges */
    padding-left: 20px; /* Add left padding */
    padding-right: 20px; /* Add right padding */
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 20px; /* Adjust left position to account for padding */
    width: calc(100% - 40px); /* Adjust width to accommodate padding */
    height: 100%;
    border-radius: 15px; /* Ensure the iframe also has rounded edges */
}


/* Custom code pricing table */