<div id="video">

    <div class="container">

        <div class="row">

            <div class="content-media content-media--video" id="featured-media" data-embed="https://www.youtube.com/watch?v=<?php echo e($site_option->code); ?>">

                <iframe class="content-media__object" id="featured-video" src="https://www.youtube.com/embed/<?php echo e($site_option->code); ?>?enablejsapi=1" frameborder="0">



                </iframe>

            </div>

                <!--

                <div class="youtube-ifr" data-embed="https://www.youtube.com/watch?v=TSBGPAf3FtI">

                    <iframe width="100%" height="315" src="https://www.youtube.com/embed/TSBGPAf3FtI?enablejsapi=1" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen=""></iframe>

                </div>

            -->

                <!--

                <div id="videoBox" class="box">

                    <video width="400" controls>

                      <source src="https://www.youtube.com/embed/TSBGPAf3FtI?enablejsapi=1" type="video/mp4">

                      Your browser does not support HTML5 video. </video>

                  </div>

              -->

                <!--

                <div class="youtube-ifr" data-embed="https://www.youtube.com/watch?v=TSBGPAf3FtI">

                    <iframe width="100%" height="315" src="https://www.youtube.com/embed/TSBGPAf3FtI?enablejsapi=1" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen=""></iframe>

                </div>

            -->

        </div>

    </div>



</div>