/*
Theme Name: Basmuller
Theme URI: http://www.elegantthemes.com/gallery/divi/
Template: Divi
Author: Elegant Themes
Author URI: http://www.elegantthemes.com
Description: Smart. Flexible. Beautiful. Divi is the most powerful theme in our collection.
Version: 4.25.1.1715691362
Updated: 2024-05-14 14:56:02

*/

.project-video-gallery {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin: 20px 0;
}

.project-video-item {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 aspect ratio */
    height: 0;
    overflow: hidden;
}

.project-video-item iframe,
.project-video-item video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}