/*!
Theme Name: Oropos
Theme URI: http://oropos.com/
Author: Orocube
Author URI: http://Orocube.com/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: oropos
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/

.video-responsive {
    position: relative;
    width: 100%;
    max-width: 800px; /* Adjust as needed */
    padding-bottom: 56.25%; /* Aspect ratio 16:9 */
    height: 0;
    overflow: hidden;
    margin: 0 auto; /* Center the video */
}

.video-responsive iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}