<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title><?php wp_title(); ?></title>
<meta name="p:domain_verify" content="ed813ce745ca277b7926cc90bc61d568" />
- <link rel="stylesheet" href="<?php echo get_stylesheet_directory_uri() ; ?>/css/app.css?v=1.0.74">
+ <link rel="stylesheet" href="<?php echo get_stylesheet_directory_uri() ; ?>/css/app.css?v=1.0.75">
<link rel="shortcut icon" href="<?php echo bloginfo('template_url'); ?>/favicon.ico">
<link href='https://fonts.googleapis.com/css?family=Open+Sans:400,600,700,800' rel='stylesheet' type='text/css'>
<?php wp_head(); ?>
<div id="front-page-video-container-mobile" class="front-page-video-container show-for-medium-down">
<!-- <img src="<?php //bloginfo('template_url');?>/assets/videos/header-video-preload-image-v2.png"> -->
<video style="" id="front-page-video-container-mobile-video" class="front-page-video" playsinline loop muted preload="none" width="100%" poster="<?php bloginfo('template_url'); ?>/assets/videos/header-video-preload-image-v2.png">
- <source src="<?php bloginfo('template_url'); ?>/assets/videos/header_video_mobile.mp4" type="video/mp4">
+ <source src="<?php bloginfo('template_url'); ?>/assets/videos/header_video_mobile.mp4?v=1.0.75" type="video/mp4">
</video>
</div>
<div id="front-page-video-container-desktop" class="front-page-video-container show-for-large-up">
<!-- <img src="<?php //bloginfo('template_url');?>/assets/videos/header-video-preload-image-v2.png"> -->
<video style="" id="front-page-video-container-desktop-video" class="front-page-video" playsinline loop muted preload="none" width="100%" poster="<?php bloginfo('template_url'); ?>/assets/videos/header-video-preload-image-v2.png">
- <source src="<?php bloginfo('template_url'); ?>/assets/videos/header_video.mp4" type="video/mp4">
+ <source src="<?php bloginfo('template_url'); ?>/assets/videos/header_video.mp4?v=1.0.75" type="video/mp4">
</video>
</div>
</div>