<?php //get_template_part('parts/slide-show');?>
 <div id="video">
     <video id="front-page-video" playsinline autoplay loop muted>
-        <source src="<?php bloginfo('template_url'); ?>/assets/gaylord_fall.m4v" type="video/mp4">
+        <source src="<?php bloginfo('template_url'); ?>/assets/gaylord_winter.m4v" type="video/mp4">
     </video>
     <div id="video-controls">
         <span id="pause-video">PAUSE</span>
 
         </div>
         <?php if (is_page(37)) { ?>
             <div id="video">
-                <iframe width="560" height="315" src="https://www.youtube.com/embed/etv3-mo9Q-Y?rel=0" frameborder="0" allowfullscreen></iframe>
+                <iframe width="560" height="515" src="https://www.youtube.com/embed/etv3-mo9Q-Y?rel=0" frameborder="0" allowfullscreen></iframe>
             </div>
         <?php }  ?>
     </div>