.video_wrapper {
/*background-image: url( 'https://nat-works.de/images/videos/dntox.jpg?1733056422799' );*/
background-size: cover;
position: relative;
box-shadow: 0px 3px 5px #333;
width: 100%;
aspect-ratio: 16/9;
color: rgba( 255, 255, 255, .2 );
}
 
.iframe_link, .bg--secondarylight iframe_link:not(.btn) {
color: #fff!important;
text-decoration:underline!important;
}
 
.iframe_link:hover {
text-decoration:none!important;
}
.youtube_video {
box-shadow: 0px 3px 5px #333;
width: 100%;
position: relative;
aspect-ratio: 16/9;
}
.video_wrapper .video_trigger {
width: 100%;
height: 100%;
text-align: center;
align-content: center;
padding: 0 1em;
z-index: 9;
background-color: rgba( 0, 0, 0, .6 );
color: #fff;
}
.video_wrapper .video_layer iframe {
border: 0px none transparent;
height: inherit;
width: inherit;
}