File: D:/HostingSpaces/SBogers10/ridderstee.komma.pro/app/storage/views/6af54d84ccaae1539988ce2d124543ed
<section class="video-block">
<?php /* Background coloring */ ?>
<div class="background">
</div>
<div class="grid-row video-header">
<div class="video-placeholder">
<div id="video" class=" <?php if(!$desktop): ?> showPlaceholder <?php endif; ?> ">
<div class="text-overlay">
<div class="text-placeholder">
<h1><?php echo KommaLang::get('videoHeader'); ?></h1>
<a href="#content" class="internalLink button down white">
<?php echo \Illuminate\Support\Facades\Lang::get('translations.moreInfoHeader'); ?>
</a>
</div>
</div>
<?php if($desktop): ?>
<iframe id="vimeo-player" src="https://player.vimeo.com/video/245206249?background=1" frameborder="0"
webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe>
<?php endif; ?>
</div>
<?php echo $__env->make('layouts.partials.mainButtons', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?>
</div>
</div>
</section>