File: D:/HostingSpaces/SBogers10/anvil.komma.pro/resources/views/site/partials/home/videoRow.blade.php
@php
$ytId = config('site.'.\App::getSite()->slug.'.homeVideoRowYoutubeID') ?? '3LKnsB0h3ec';
@endphp
<section class="home-video-row">
<div class="home-video-row__background">
<span class="home-video-row__background-fill-out">
<svg class="dots" width="63" height="110">
<use href="/img/dots.svg#dots"></use>
</svg>
</span>
</div>
<div class="grid-row">
<div class="home-video-row__left">
<div class="home-video-row__video">
<div style="width:100%; padding-top:59%;height: 0;">
<iframe width="100%" height="100%" src="https://www.youtube-nocookie.com/embed/{{$ytId}}" title="YouTube video player" frameborder="0" style="position: absolute; height: 100%; width: 100%; top: 0; left: 0;" allowfullscreen></iframe>
</div>
</div>
</div>
<div class="home-video-row__right">
<img src="./img/up-to-the-challenge.svg" alt="Up to the challenge">
</div>
</div>
</section>