{"id":253,"date":"2024-10-09T10:54:44","date_gmt":"2024-10-09T10:54:44","guid":{"rendered":"https:\/\/happierathome.com\/dev_staging\/?page_id=253"},"modified":"2026-07-13T08:47:09","modified_gmt":"2026-07-13T08:47:09","slug":"videos","status":"publish","type":"page","link":"https:\/\/happierathome.com\/dev_staging\/videos\/","title":{"rendered":"Videos"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"253\" class=\"elementor elementor-253\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-4d160a3 e-flex e-con-boxed e-con e-parent\" data-id=\"4d160a3\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-584b1f4 elementor-widget elementor-widget-heading\" data-id=\"584b1f4\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Videos\n<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-2894300 elementor-widget-divider--view-line elementor-widget elementor-widget-divider\" data-id=\"2894300\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"divider.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-divider\">\n\t\t\t<span class=\"elementor-divider-separator\">\n\t\t\t\t\t\t<\/span>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-489707e e-flex e-con-boxed e-con e-parent\" data-id=\"489707e\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-e344fd6 video-listing elementor-widget elementor-widget-video_posts_grid\" data-id=\"e344fd6\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"video_posts_grid.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\n            <style>\n            \/* \u2500\u2500 Base reset \u2500\u2500 *\/\n            .vpg-wrap * { box-sizing: border-box; }\n\n            \/* \u2500\u2500 Grid container \u2014 mirrors original .video-post-container \u2500\u2500 *\/\n            .vpg-wrap .video-post-container {\n                display: grid;\n                grid-template-columns: repeat(3, 1fr);\n                gap: 24px;\n            }\n            @media (max-width: 1024px) {\n                .vpg-wrap .video-post-container { grid-template-columns: repeat(2, 1fr) !important; }\n            }\n            @media (max-width: 640px) {\n                .vpg-wrap .video-post-container { grid-template-columns: 1fr !important; }\n            }\n\n            \/* \u2500\u2500 Card \u2014 mirrors original .video-post \u2500\u2500 *\/\n            .vpg-wrap .video-post {\n                display: flex;\n                flex-direction: column;\n                background: #fff;\n            }\n\n            \/* \u2500\u2500 Thumbnail container \u2500\u2500 *\/\n            .vpg-wrap .video-thumbnail-container {\n                width: 100%;\n                position: relative;\n            }\n\n            \/* \u2500\u2500 Thumbnail \u2500\u2500 *\/\n            .vpg-wrap .video-thumbnail {\n                position: relative;\n                width: 100%;\n                height: 210px;\n                overflow: hidden;\n                cursor: pointer;\n            }\n\n            .vpg-wrap .video-featured-image {\n                width: 100%;\n                height: 100%;\n                object-fit: cover;\n                display: block;\n                transition: transform 0.4s ease;\n            }\n            .vpg-wrap .video-thumbnail:hover .video-featured-image {\n                transform: scale(1.04);\n            }\n\n            \/* \u2500\u2500 Overlay \u2500\u2500 *\/\n            .vpg-wrap .video-overlay {\n                position: absolute;\n                inset: 0;\n                background: rgba(0, 0, 0, 0.45);\n                display: flex;\n                align-items: center;\n                justify-content: center;\n                opacity: 0;\n                transition: opacity 0.3s ease;\n                cursor: pointer;\n            }\n            .vpg-wrap .video-thumbnail:hover .video-overlay {\n                opacity: 1;\n            }\n\n            \/* \u2500\u2500 Play button \u2500\u2500 *\/\n            .vpg-wrap .play-button {\n                display: flex;\n                align-items: center;\n                justify-content: center;\n                width: 64px;\n                height: 64px;\n                border-radius: 50%;\n                background: rgba(255, 255, 255, 0.15);\n                border: 2px solid rgba(255, 255, 255, 0.7);\n                transition: background 0.2s, transform 0.2s;\n            }\n            .vpg-wrap .video-thumbnail:hover .play-button {\n                background: rgba(255, 255, 255, 0.25);\n                transform: scale(1.08);\n            }\n            .vpg-wrap .play-button i {\n                color: #fff;\n                font-size: 28px;\n                margin-left: 4px; \/* optical center for play icon *\/\n            }\n\n            \/* \u2500\u2500 Lightbox overlay \u2500\u2500 *\/\n            .vpg-lightbox {\n                display: none;\n                position: fixed;\n                inset: 0;\n                z-index: 99999;\n                background: rgba(0, 0, 0, 0.88);\n                align-items: center;\n                justify-content: center;\n            }\n            .vpg-lightbox.active { display: flex; }\n            .vpg-lightbox-inner {\n                position: relative;\n                width: min(92vw, 1100px, calc(85vh * 16 \/ 9));\n                aspect-ratio: 16 \/ 9;\n                background: #000;\n            }\n            .vpg-lightbox-inner #vpgLightboxContent {\n                position: absolute;\n                inset: 0;\n                width: 100%;\n                height: 100%;\n            }\n            .vpg-lightbox-inner #vpgLightboxContent iframe {\n                position: absolute;\n                top: 0;\n                left: 0;\n                width: 100% !important;\n                \n                max-width: none;\n                border: none;\n                display: block;\n            }\n            .vpg-lightbox-close {\n                position: absolute;\n                top: -38px;\n                right: 0;\n                color: #fff;\n                font-size: 28px;\n                cursor: pointer;\n                line-height: 1;\n                background: none;\n                border: none;\n                padding: 0;\n                font-family: sans-serif;\n            }\n            .vpg-lightbox-close:hover { opacity: .75; }\n\n            \/* \u2500\u2500 Date \u2014 mirrors original .video-date \u2500\u2500 *\/\n            .vpg-wrap .video-date {\n                margin-top: 12px;\n            }\n            .vpg-wrap .video-date p {\n                margin: 0;\n                font-size: 13px;\n                color: #999;\n            }\n\n            \/* \u2500\u2500 Title \u2014 mirrors original .video-title \u2500\u2500 *\/\n            .vpg-wrap .video-title {\n                margin-top: 6px;\n            }\n            .vpg-wrap .video-title h3 {\n                margin: 0;\n                font-size: 16px;\n                font-weight: 700;\n                line-height: 1.4;\n                color: #222;\n            }\n\n            \/* \u2500\u2500 Button \u2014 mirrors original .video-button \/ .view-video-btn \u2500\u2500 *\/\n            .vpg-wrap .video-button {\n                margin-top: 12px;\n            }\n            .vpg-wrap .view-video-btn {\n                display: inline-block;\n                padding: 8px 18px;\n                background: #cc0000;\n                color: #fff;\n                font-size: 12px;\n                font-weight: 700;\n                letter-spacing: .6px;\n                text-transform: uppercase;\n                text-decoration: none;\n                border-radius: 4px;\n                transition: background 0.2s ease;\n            }\n            .vpg-wrap .view-video-btn:hover { background: #aa0000; }\n            .vpg-wrap .view-video-btn.vpg-btn-disabled {\n                background: #ccc;\n                color: #999;\n                cursor: not-allowed;\n                pointer-events: auto;\n            }\n\n            \/* \u2500\u2500 Pagination \u2500\u2500 *\/\n            .vpg-pagination {\n                display: flex;\n                flex-wrap: wrap;\n                justify-content: center;\n                align-items: center;\n                gap: 6px;\n                margin-top: 40px;\n            }\n            .vpg-pagination a,\n            .vpg-pagination span {\n                display: inline-flex;\n                align-items: center;\n                justify-content: center;\n                min-width: 38px;\n                height: 38px;\n                padding: 0 10px;\n                border-radius: 6px;\n                font-size: 14px;\n                font-weight: 600;\n                text-decoration: none;\n                border: 1.5px solid #ddd;\n                color: #444;\n                transition: background .2s, color .2s, border-color .2s;\n            }\n            .vpg-pagination a:hover { background: #cc0000; color: #fff; border-color: #cc0000; }\n            .vpg-pagination .current { background: #cc0000; color: #fff; border-color: #cc0000; cursor: default; }\n            .vpg-pagination .dots    { border-color: transparent; cursor: default; }\n\n            \/* \u2500\u2500 No posts \u2500\u2500 *\/\n            .vpg-no-posts { text-align: center; padding: 60px 20px; color: #aaa; font-size: 16px; }\n            \n            <\/style>\n\n            <!-- Lightbox markup (shared, one per page) -->\n            <div class=\"vpg-lightbox\" id=\"vpgLightbox\">\n                <div class=\"vpg-lightbox-inner\">\n                    <button class=\"vpg-lightbox-close\" id=\"vpgLightboxClose\" aria-label=\"Close\">&times;<\/button>\n                    <div id=\"vpgLightboxContent\"><\/div>\n                <\/div>\n            <\/div>\n\n            <div class=\"vpg-wrap\">\n\n            \n                <div class=\"video-post-container\">\n                \n                    <div class=\"video-post\">\n\n                        <!-- Thumbnail container -->\n                        <div class=\"video-thumbnail-container\">\n                                                            <div class=\"video-thumbnail\"\n                                     data-iframe=\"&lt;iframe width=&quot;560&quot; height=&quot;600&quot; src=&quot;https:\/\/www.youtube.com\/embed\/GRZU0lnfti4?si=vYpxPYD03sgWkTBJ&quot; title=&quot;YouTube video player&quot; frameborder=&quot;0&quot; allow=&quot;accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share&quot; referrerpolicy=&quot;strict-origin-when-cross-origin&quot; allowfullscreen&gt;&lt;\/iframe&gt;\">\n                                    <img decoding=\"async\"\n                                        src=\"https:\/\/happierathome.com\/dev_staging\/wp-content\/uploads\/2026\/05\/video-thumb.jpg\"\n                                        alt=\"How to Keep Seniors Active, Social &amp; Engaged This Summer\"\n                                        class=\"video-featured-image\"\n                                    \/>\n                                    <div class=\"video-overlay\" data-iframe=\"&lt;iframe width=&quot;560&quot; height=&quot;600&quot; src=&quot;https:\/\/www.youtube.com\/embed\/GRZU0lnfti4?si=vYpxPYD03sgWkTBJ&quot; title=&quot;YouTube video player&quot; frameborder=&quot;0&quot; allow=&quot;accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share&quot; referrerpolicy=&quot;strict-origin-when-cross-origin&quot; allowfullscreen&gt;&lt;\/iframe&gt;\">\n                                        <div class=\"play-button\">\n                                            <i class=\"icon fa fa-play\"><\/i>\n                                        <\/div>\n                                    <\/div>\n                                <\/div>\n                                                    <\/div>\n\n                        <!-- Date -->\n                        <div class=\"video-date\">\n                            <p>May 29, 2026<\/p>\n                        <\/div>\n\n                        <!-- Title -->\n                        <div class=\"video-title\">\n                            <h3>How to Keep Seniors Active, Social &amp; Engaged This Summer<\/h3>\n                        <\/div>\n\n                        <!-- View Button -->\n                        <div class=\"video-button\">\n                                                            <a href=\"javascript:void(0);\"\n                                   class=\"view-video-btn vpg-btn-disabled\"\n                                   aria-disabled=\"true\">\n                                    VIEW ON FOX ROCHESTER                                <\/a>\n                                                    <\/div>\n\n                    <\/div><!-- \/.video-post -->\n\n                \n                    <div class=\"video-post\">\n\n                        <!-- Thumbnail container -->\n                        <div class=\"video-thumbnail-container\">\n                                                            <div class=\"video-thumbnail\"\n                                     data-iframe=\"&lt;iframe width=&quot;560&quot; height=&quot;315&quot; src=&quot;https:\/\/www.youtube.com\/embed\/VbGlsJaUwZs&quot; title=&quot;YouTube video player&quot; frameborder=&quot;0&quot; allow=&quot;accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share&quot; referrerpolicy=&quot;strict-origin-when-cross-origin&quot; allowfullscreen&gt;&lt;\/iframe&gt;\">\n                                    <img decoding=\"async\"\n                                        src=\"https:\/\/happierathome.com\/dev_staging\/wp-content\/uploads\/2024\/11\/Screenshot-2024-11-18-at-12.34.20\u202fPM.png\"\n                                        alt=\"How Long COVID Affects Seniors\"\n                                        class=\"video-featured-image\"\n                                    \/>\n                                    <div class=\"video-overlay\" data-iframe=\"&lt;iframe width=&quot;560&quot; height=&quot;315&quot; src=&quot;https:\/\/www.youtube.com\/embed\/VbGlsJaUwZs&quot; title=&quot;YouTube video player&quot; frameborder=&quot;0&quot; allow=&quot;accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share&quot; referrerpolicy=&quot;strict-origin-when-cross-origin&quot; allowfullscreen&gt;&lt;\/iframe&gt;\">\n                                        <div class=\"play-button\">\n                                            <i class=\"icon fa fa-play\"><\/i>\n                                        <\/div>\n                                    <\/div>\n                                <\/div>\n                                                    <\/div>\n\n                        <!-- Date -->\n                        <div class=\"video-date\">\n                            <p>May 14, 2025<\/p>\n                        <\/div>\n\n                        <!-- Title -->\n                        <div class=\"video-title\">\n                            <h3>How Long COVID Affects Seniors<\/h3>\n                        <\/div>\n\n                        <!-- View Button -->\n                        <div class=\"video-button\">\n                                                            <a href=\"javascript:void(0);\"\n                                   class=\"view-video-btn vpg-btn-disabled\"\n                                   aria-disabled=\"true\">\n                                    VIEW ON FOX ROCHESTER                                <\/a>\n                                                    <\/div>\n\n                    <\/div><!-- \/.video-post -->\n\n                \n                    <div class=\"video-post\">\n\n                        <!-- Thumbnail container -->\n                        <div class=\"video-thumbnail-container\">\n                                                            <div class=\"video-thumbnail\"\n                                     data-iframe=\"&lt;iframe width=&quot;560&quot; height=&quot;315&quot; src=&quot;https:\/\/www.youtube.com\/embed\/2IpwrSXAsTM?si=B4oOLb9CucOX-YOm&quot; title=&quot;YouTube video player&quot; frameborder=&quot;0&quot; allow=&quot;accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share&quot; referrerpolicy=&quot;strict-origin-when-cross-origin&quot; allowfullscreen&gt;&lt;\/iframe&gt;\">\n                                    <img decoding=\"async\"\n                                        src=\"https:\/\/happierathome.com\/dev_staging\/wp-content\/uploads\/2024\/11\/Screenshot-2024-11-18-at-12.34.20\u202fPM.png\"\n                                        alt=\"How to Safely Cut Sodium in Senior Diets Without Sacrificing Flavor\"\n                                        class=\"video-featured-image\"\n                                    \/>\n                                    <div class=\"video-overlay\" data-iframe=\"&lt;iframe width=&quot;560&quot; height=&quot;315&quot; src=&quot;https:\/\/www.youtube.com\/embed\/2IpwrSXAsTM?si=B4oOLb9CucOX-YOm&quot; title=&quot;YouTube video player&quot; frameborder=&quot;0&quot; allow=&quot;accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share&quot; referrerpolicy=&quot;strict-origin-when-cross-origin&quot; allowfullscreen&gt;&lt;\/iframe&gt;\">\n                                        <div class=\"play-button\">\n                                            <i class=\"icon fa fa-play\"><\/i>\n                                        <\/div>\n                                    <\/div>\n                                <\/div>\n                                                    <\/div>\n\n                        <!-- Date -->\n                        <div class=\"video-date\">\n                            <p>November 18, 2024<\/p>\n                        <\/div>\n\n                        <!-- Title -->\n                        <div class=\"video-title\">\n                            <h3>How to Safely Cut Sodium in Senior Diets Without Sacrificing Flavor<\/h3>\n                        <\/div>\n\n                        <!-- View Button -->\n                        <div class=\"video-button\">\n                                                            <a href=\"javascript:void(0);\"\n                                   class=\"view-video-btn vpg-btn-disabled\"\n                                   aria-disabled=\"true\">\n                                    VIEW ON FOX ROCHESTER                                <\/a>\n                                                    <\/div>\n\n                    <\/div><!-- \/.video-post -->\n\n                \n                    <div class=\"video-post\">\n\n                        <!-- Thumbnail container -->\n                        <div class=\"video-thumbnail-container\">\n                                                            <div class=\"video-thumbnail\"\n                                     data-iframe=\"&lt;iframe width=&quot;560&quot; height=&quot;315&quot; src=&quot;https:\/\/www.youtube.com\/embed\/hiIe3Sxni3k?si=V5K6Koia876S_zAA&quot; title=&quot;YouTube video player&quot; frameborder=&quot;0&quot; allow=&quot;accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share&quot; referrerpolicy=&quot;strict-origin-when-cross-origin&quot; allowfullscreen&gt;&lt;\/iframe&gt;\">\n                                    <img decoding=\"async\"\n                                        src=\"https:\/\/happierathome.com\/dev_staging\/wp-content\/uploads\/2024\/11\/Screenshot-2024-11-04-at-6.35.19\u202fPM.png\"\n                                        alt=\"The Best Low-Impact Exercise for Seniors: Discover the Benefits of Water Workouts\"\n                                        class=\"video-featured-image\"\n                                    \/>\n                                    <div class=\"video-overlay\" data-iframe=\"&lt;iframe width=&quot;560&quot; height=&quot;315&quot; src=&quot;https:\/\/www.youtube.com\/embed\/hiIe3Sxni3k?si=V5K6Koia876S_zAA&quot; title=&quot;YouTube video player&quot; frameborder=&quot;0&quot; allow=&quot;accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share&quot; referrerpolicy=&quot;strict-origin-when-cross-origin&quot; allowfullscreen&gt;&lt;\/iframe&gt;\">\n                                        <div class=\"play-button\">\n                                            <i class=\"icon fa fa-play\"><\/i>\n                                        <\/div>\n                                    <\/div>\n                                <\/div>\n                                                    <\/div>\n\n                        <!-- Date -->\n                        <div class=\"video-date\">\n                            <p>November 5, 2024<\/p>\n                        <\/div>\n\n                        <!-- Title -->\n                        <div class=\"video-title\">\n                            <h3>The Best Low-Impact Exercise for Seniors: Discover the Benefits of Water Workouts<\/h3>\n                        <\/div>\n\n                        <!-- View Button -->\n                        <div class=\"video-button\">\n                                                            <a href=\"javascript:void(0);\"\n                                   class=\"view-video-btn vpg-btn-disabled\"\n                                   aria-disabled=\"true\">\n                                    VIEW ON FOX ROCHESTER                                <\/a>\n                                                    <\/div>\n\n                    <\/div><!-- \/.video-post -->\n\n                \n                    <div class=\"video-post\">\n\n                        <!-- Thumbnail container -->\n                        <div class=\"video-thumbnail-container\">\n                                                    <\/div>\n\n                        <!-- Date -->\n                        <div class=\"video-date\">\n                            <p>October 28, 2024<\/p>\n                        <\/div>\n\n                        <!-- Title -->\n                        <div class=\"video-title\">\n                            <h3>What You Need to Know About Menopause<\/h3>\n                        <\/div>\n\n                        <!-- View Button -->\n                        <div class=\"video-button\">\n                                                            <a href=\"https:\/\/foxrochester.com\/news\/good-day-rochester\/what-you-need-to-know-about-menopause#\"\n                                   class=\"view-video-btn\"\n                                   target=\"_blank\"\n                                   rel=\"noopener\">\n                                    VIEW ON FOX ROCHESTER                                <\/a>\n                                                    <\/div>\n\n                    <\/div><!-- \/.video-post -->\n\n                \n                    <div class=\"video-post\">\n\n                        <!-- Thumbnail container -->\n                        <div class=\"video-thumbnail-container\">\n                                                            <div class=\"video-thumbnail\"\n                                     data-iframe=\"&lt;iframe width=&quot;560&quot; height=&quot;315&quot; src=&quot;https:\/\/www.youtube.com\/embed\/vd9FYPvLevU?si=C7CrGXpbn1i5pMuc&quot; title=&quot;YouTube video player&quot; frameborder=&quot;0&quot; allow=&quot;accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share&quot; referrerpolicy=&quot;strict-origin-when-cross-origin&quot; allowfullscreen&gt;&lt;\/iframe&gt;\">\n                                    <img decoding=\"async\"\n                                        src=\"https:\/\/happierathome.com\/dev_staging\/wp-content\/uploads\/2024\/11\/Screenshot-2024-10-09-at-9.38.16\u202fAM.png\"\n                                        alt=\"Proactive Steps to Care for Your Aging Loved One | Signs It&#8217;s Time to Seek Help\"\n                                        class=\"video-featured-image\"\n                                    \/>\n                                    <div class=\"video-overlay\" data-iframe=\"&lt;iframe width=&quot;560&quot; height=&quot;315&quot; src=&quot;https:\/\/www.youtube.com\/embed\/vd9FYPvLevU?si=C7CrGXpbn1i5pMuc&quot; title=&quot;YouTube video player&quot; frameborder=&quot;0&quot; allow=&quot;accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share&quot; referrerpolicy=&quot;strict-origin-when-cross-origin&quot; allowfullscreen&gt;&lt;\/iframe&gt;\">\n                                        <div class=\"play-button\">\n                                            <i class=\"icon fa fa-play\"><\/i>\n                                        <\/div>\n                                    <\/div>\n                                <\/div>\n                                                    <\/div>\n\n                        <!-- Date -->\n                        <div class=\"video-date\">\n                            <p>October 9, 2024<\/p>\n                        <\/div>\n\n                        <!-- Title -->\n                        <div class=\"video-title\">\n                            <h3>Proactive Steps to Care for Your Aging Loved One | Signs It&#8217;s Time to Seek Help<\/h3>\n                        <\/div>\n\n                        <!-- View Button -->\n                        <div class=\"video-button\">\n                                                            <a href=\"javascript:void(0);\"\n                                   class=\"view-video-btn vpg-btn-disabled\"\n                                   aria-disabled=\"true\">\n                                    VIEW ON FOX ROCHESTER                                <\/a>\n                                                    <\/div>\n\n                    <\/div><!-- \/.video-post -->\n\n                \n                    <div class=\"video-post\">\n\n                        <!-- Thumbnail container -->\n                        <div class=\"video-thumbnail-container\">\n                                                            <div class=\"video-thumbnail\"\n                                     data-iframe=\"&lt;iframe width=&quot;560&quot; height=&quot;315&quot; src=&quot;https:\/\/www.youtube.com\/embed\/lAoWJ-D5sEs?si=3uAUqKWfbtjBMoMZ&quot; title=&quot;YouTube video player&quot; frameborder=&quot;0&quot; allow=&quot;accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share&quot; referrerpolicy=&quot;strict-origin-when-cross-origin&quot; allowfullscreen&gt;&lt;\/iframe&gt;\">\n                                    <img decoding=\"async\"\n                                        src=\"https:\/\/happierathome.com\/dev_staging\/wp-content\/uploads\/2024\/10\/Youtube-Thumbnail.png\"\n                                        alt=\"What to Consider When Looking for an Assisted Living Facility\"\n                                        class=\"video-featured-image\"\n                                    \/>\n                                    <div class=\"video-overlay\" data-iframe=\"&lt;iframe width=&quot;560&quot; height=&quot;315&quot; src=&quot;https:\/\/www.youtube.com\/embed\/lAoWJ-D5sEs?si=3uAUqKWfbtjBMoMZ&quot; title=&quot;YouTube video player&quot; frameborder=&quot;0&quot; allow=&quot;accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share&quot; referrerpolicy=&quot;strict-origin-when-cross-origin&quot; allowfullscreen&gt;&lt;\/iframe&gt;\">\n                                        <div class=\"play-button\">\n                                            <i class=\"icon fa fa-play\"><\/i>\n                                        <\/div>\n                                    <\/div>\n                                <\/div>\n                                                    <\/div>\n\n                        <!-- Date -->\n                        <div class=\"video-date\">\n                            <p>September 23, 2024<\/p>\n                        <\/div>\n\n                        <!-- Title -->\n                        <div class=\"video-title\">\n                            <h3>What to Consider When Looking for an Assisted Living Facility<\/h3>\n                        <\/div>\n\n                        <!-- View Button -->\n                        <div class=\"video-button\">\n                                                            <a href=\"https:\/\/foxrochester.com\/news\/good-day-rochester\/happier-at-home-assisted-living-facilities\"\n                                   class=\"view-video-btn\"\n                                   target=\"_blank\"\n                                   rel=\"noopener\">\n                                    VIEW ON FOX ROCHESTER                                <\/a>\n                                                    <\/div>\n\n                    <\/div><!-- \/.video-post -->\n\n                \n                    <div class=\"video-post\">\n\n                        <!-- Thumbnail container -->\n                        <div class=\"video-thumbnail-container\">\n                                                            <div class=\"video-thumbnail\"\n                                     data-iframe=\"&lt;iframe width=&quot;560&quot; height=&quot;315&quot; src=&quot;https:\/\/www.youtube.com\/embed\/v02AVllE2lw?si=xMRYVIV7OoNuYvok&quot; title=&quot;YouTube video player&quot; frameborder=&quot;0&quot; allow=&quot;accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share&quot; referrerpolicy=&quot;strict-origin-when-cross-origin&quot; allowfullscreen&gt;&lt;\/iframe&gt;\">\n                                    <img decoding=\"async\"\n                                        src=\"https:\/\/happierathome.com\/dev_staging\/wp-content\/uploads\/2024\/10\/Untitled-design-1-6.png\"\n                                        alt=\"Part 2 \u2013 Seniors\u2019 Top Fears of Aging\"\n                                        class=\"video-featured-image\"\n                                    \/>\n                                    <div class=\"video-overlay\" data-iframe=\"&lt;iframe width=&quot;560&quot; height=&quot;315&quot; src=&quot;https:\/\/www.youtube.com\/embed\/v02AVllE2lw?si=xMRYVIV7OoNuYvok&quot; title=&quot;YouTube video player&quot; frameborder=&quot;0&quot; allow=&quot;accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share&quot; referrerpolicy=&quot;strict-origin-when-cross-origin&quot; allowfullscreen&gt;&lt;\/iframe&gt;\">\n                                        <div class=\"play-button\">\n                                            <i class=\"icon fa fa-play\"><\/i>\n                                        <\/div>\n                                    <\/div>\n                                <\/div>\n                                                    <\/div>\n\n                        <!-- Date -->\n                        <div class=\"video-date\">\n                            <p>August 14, 2024<\/p>\n                        <\/div>\n\n                        <!-- Title -->\n                        <div class=\"video-title\">\n                            <h3>Part 2 \u2013 Seniors\u2019 Top Fears of Aging<\/h3>\n                        <\/div>\n\n                        <!-- View Button -->\n                        <div class=\"video-button\">\n                                                            <a href=\"https:\/\/foxrochester.com\/news\/good-day-rochester\/happier-at-home-the-fears-of-aging\"\n                                   class=\"view-video-btn\"\n                                   target=\"_blank\"\n                                   rel=\"noopener\">\n                                    VIEW ON FOX ROCHESTER                                <\/a>\n                                                    <\/div>\n\n                    <\/div><!-- \/.video-post -->\n\n                \n                    <div class=\"video-post\">\n\n                        <!-- Thumbnail container -->\n                        <div class=\"video-thumbnail-container\">\n                                                            <div class=\"video-thumbnail\"\n                                     data-iframe=\"&lt;iframe width=&quot;560&quot; height=&quot;315&quot; src=&quot;https:\/\/www.youtube.com\/embed\/yvlJgjTAAKA?si=PrGW9ejxYhzjqT6E&quot; title=&quot;YouTube video player&quot; frameborder=&quot;0&quot; allow=&quot;accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share&quot; referrerpolicy=&quot;strict-origin-when-cross-origin&quot; allowfullscreen&gt;&lt;\/iframe&gt;\">\n                                    <img decoding=\"async\"\n                                        src=\"https:\/\/happierathome.com\/dev_staging\/wp-content\/uploads\/2024\/10\/Untitled-design-12.png\"\n                                        alt=\"Part 1 \u2013 Seniors\u2019 Top Fears of Aging\"\n                                        class=\"video-featured-image\"\n                                    \/>\n                                    <div class=\"video-overlay\" data-iframe=\"&lt;iframe width=&quot;560&quot; height=&quot;315&quot; src=&quot;https:\/\/www.youtube.com\/embed\/yvlJgjTAAKA?si=PrGW9ejxYhzjqT6E&quot; title=&quot;YouTube video player&quot; frameborder=&quot;0&quot; allow=&quot;accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share&quot; referrerpolicy=&quot;strict-origin-when-cross-origin&quot; allowfullscreen&gt;&lt;\/iframe&gt;\">\n                                        <div class=\"play-button\">\n                                            <i class=\"icon fa fa-play\"><\/i>\n                                        <\/div>\n                                    <\/div>\n                                <\/div>\n                                                    <\/div>\n\n                        <!-- Date -->\n                        <div class=\"video-date\">\n                            <p>August 6, 2024<\/p>\n                        <\/div>\n\n                        <!-- Title -->\n                        <div class=\"video-title\">\n                            <h3>Part 1 \u2013 Seniors\u2019 Top Fears of Aging<\/h3>\n                        <\/div>\n\n                        <!-- View Button -->\n                        <div class=\"video-button\">\n                                                            <a href=\"https:\/\/foxrochester.com\/news\/good-day-rochester\/happier-at-home-the-fears-of-aging\"\n                                   class=\"view-video-btn\"\n                                   target=\"_blank\"\n                                   rel=\"noopener\">\n                                    VIEW ON FOX ROCHESTER                                <\/a>\n                                                    <\/div>\n\n                    <\/div><!-- \/.video-post -->\n\n                \n                    <div class=\"video-post\">\n\n                        <!-- Thumbnail container -->\n                        <div class=\"video-thumbnail-container\">\n                                                            <div class=\"video-thumbnail\"\n                                     data-iframe=\"&lt;iframe width=&quot;560&quot; height=&quot;315&quot; src=&quot;https:\/\/www.youtube.com\/embed\/zD0QXKtGo9c?si=eJoag15qHqpERYEK&quot; title=&quot;YouTube video player&quot; frameborder=&quot;0&quot; allow=&quot;accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share&quot; referrerpolicy=&quot;strict-origin-when-cross-origin&quot; allowfullscreen&gt;&lt;\/iframe&gt;\">\n                                    <img decoding=\"async\"\n                                        src=\"https:\/\/happierathome.com\/dev_staging\/wp-content\/uploads\/2024\/10\/Untitled-design-1-5.png\"\n                                        alt=\"Considering Hospice Care?\"\n                                        class=\"video-featured-image\"\n                                    \/>\n                                    <div class=\"video-overlay\" data-iframe=\"&lt;iframe width=&quot;560&quot; height=&quot;315&quot; src=&quot;https:\/\/www.youtube.com\/embed\/zD0QXKtGo9c?si=eJoag15qHqpERYEK&quot; title=&quot;YouTube video player&quot; frameborder=&quot;0&quot; allow=&quot;accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share&quot; referrerpolicy=&quot;strict-origin-when-cross-origin&quot; allowfullscreen&gt;&lt;\/iframe&gt;\">\n                                        <div class=\"play-button\">\n                                            <i class=\"icon fa fa-play\"><\/i>\n                                        <\/div>\n                                    <\/div>\n                                <\/div>\n                                                    <\/div>\n\n                        <!-- Date -->\n                        <div class=\"video-date\">\n                            <p>July 16, 2024<\/p>\n                        <\/div>\n\n                        <!-- Title -->\n                        <div class=\"video-title\">\n                            <h3>Considering Hospice Care?<\/h3>\n                        <\/div>\n\n                        <!-- View Button -->\n                        <div class=\"video-button\">\n                                                            <a href=\"https:\/\/foxrochester.com\/news\/good-day-rochester\/happier-at-home-considering-hospice-care#\"\n                                   class=\"view-video-btn\"\n                                   target=\"_blank\"\n                                   rel=\"noopener\">\n                                    VIEW ON FOX ROCHESTER                                <\/a>\n                                                    <\/div>\n\n                    <\/div><!-- \/.video-post -->\n\n                \n                    <div class=\"video-post\">\n\n                        <!-- Thumbnail container -->\n                        <div class=\"video-thumbnail-container\">\n                                                            <div class=\"video-thumbnail\"\n                                     data-iframe=\"&lt;iframe width=&quot;560&quot; height=&quot;315&quot; src=&quot;https:\/\/www.youtube.com\/embed\/vgIMzCB4cQw?si=wUW_PbBADYezaTBT&quot; title=&quot;YouTube video player&quot; frameborder=&quot;0&quot; allow=&quot;accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share&quot; referrerpolicy=&quot;strict-origin-when-cross-origin&quot; allowfullscreen&gt;&lt;\/iframe&gt;\">\n                                    <img decoding=\"async\"\n                                        src=\"https:\/\/happierathome.com\/dev_staging\/wp-content\/uploads\/2024\/10\/Untitled-design-11.png\"\n                                        alt=\"The Benefits of Working After Retirement\"\n                                        class=\"video-featured-image\"\n                                    \/>\n                                    <div class=\"video-overlay\" data-iframe=\"&lt;iframe width=&quot;560&quot; height=&quot;315&quot; src=&quot;https:\/\/www.youtube.com\/embed\/vgIMzCB4cQw?si=wUW_PbBADYezaTBT&quot; title=&quot;YouTube video player&quot; frameborder=&quot;0&quot; allow=&quot;accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share&quot; referrerpolicy=&quot;strict-origin-when-cross-origin&quot; allowfullscreen&gt;&lt;\/iframe&gt;\">\n                                        <div class=\"play-button\">\n                                            <i class=\"icon fa fa-play\"><\/i>\n                                        <\/div>\n                                    <\/div>\n                                <\/div>\n                                                    <\/div>\n\n                        <!-- Date -->\n                        <div class=\"video-date\">\n                            <p>July 9, 2024<\/p>\n                        <\/div>\n\n                        <!-- Title -->\n                        <div class=\"video-title\">\n                            <h3>The Benefits of Working After Retirement<\/h3>\n                        <\/div>\n\n                        <!-- View Button -->\n                        <div class=\"video-button\">\n                                                            <a href=\"https:\/\/foxrochester.com\/news\/good-day-rochester\/happier-at-home-working-after-retirement-07-08-2024\"\n                                   class=\"view-video-btn\"\n                                   target=\"_blank\"\n                                   rel=\"noopener\">\n                                    VIEW ON FOX ROCHESTER                                <\/a>\n                                                    <\/div>\n\n                    <\/div><!-- \/.video-post -->\n\n                \n                    <div class=\"video-post\">\n\n                        <!-- Thumbnail container -->\n                        <div class=\"video-thumbnail-container\">\n                                                            <div class=\"video-thumbnail\"\n                                     data-iframe=\"&lt;iframe width=&quot;560&quot; height=&quot;315&quot; src=&quot;https:\/\/www.youtube.com\/embed\/rj77YhJAK_s?si=srwC0dfWDGzDv46k&quot; title=&quot;YouTube video player&quot; frameborder=&quot;0&quot; allow=&quot;accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share&quot; referrerpolicy=&quot;strict-origin-when-cross-origin&quot; allowfullscreen&gt;&lt;\/iframe&gt;\">\n                                    <img decoding=\"async\"\n                                        src=\"https:\/\/happierathome.com\/dev_staging\/wp-content\/uploads\/2024\/10\/Untitled-design-2-4.png\"\n                                        alt=\"Important Questions to Ask Your Pharmacist\"\n                                        class=\"video-featured-image\"\n                                    \/>\n                                    <div class=\"video-overlay\" data-iframe=\"&lt;iframe width=&quot;560&quot; height=&quot;315&quot; src=&quot;https:\/\/www.youtube.com\/embed\/rj77YhJAK_s?si=srwC0dfWDGzDv46k&quot; title=&quot;YouTube video player&quot; frameborder=&quot;0&quot; allow=&quot;accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share&quot; referrerpolicy=&quot;strict-origin-when-cross-origin&quot; allowfullscreen&gt;&lt;\/iframe&gt;\">\n                                        <div class=\"play-button\">\n                                            <i class=\"icon fa fa-play\"><\/i>\n                                        <\/div>\n                                    <\/div>\n                                <\/div>\n                                                    <\/div>\n\n                        <!-- Date -->\n                        <div class=\"video-date\">\n                            <p>June 24, 2024<\/p>\n                        <\/div>\n\n                        <!-- Title -->\n                        <div class=\"video-title\">\n                            <h3>Important Questions to Ask Your Pharmacist<\/h3>\n                        <\/div>\n\n                        <!-- View Button -->\n                        <div class=\"video-button\">\n                                                            <a href=\"https:\/\/foxrochester.com\/news\/good-day-rochester\/happier-at-home-what-to-ask-your-pharmacist\"\n                                   class=\"view-video-btn\"\n                                   target=\"_blank\"\n                                   rel=\"noopener\">\n                                    VIEW ON FOX ROCHESTER                                <\/a>\n                                                    <\/div>\n\n                    <\/div><!-- \/.video-post -->\n\n                \n                    <div class=\"video-post\">\n\n                        <!-- Thumbnail container -->\n                        <div class=\"video-thumbnail-container\">\n                                                            <div class=\"video-thumbnail\"\n                                     data-iframe=\"&lt;iframe width=&quot;560&quot; height=&quot;315&quot; src=&quot;https:\/\/www.youtube.com\/embed\/XaIwRVIyie4?si=HA83O8aLGrUJ8wLu&quot; title=&quot;YouTube video player&quot; frameborder=&quot;0&quot; allow=&quot;accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share&quot; referrerpolicy=&quot;strict-origin-when-cross-origin&quot; allowfullscreen&gt;&lt;\/iframe&gt;\">\n                                    <img decoding=\"async\"\n                                        src=\"https:\/\/happierathome.com\/dev_staging\/wp-content\/uploads\/2024\/10\/Untitled-design-10.png\"\n                                        alt=\"Who Cares for the Caregivers?\"\n                                        class=\"video-featured-image\"\n                                    \/>\n                                    <div class=\"video-overlay\" data-iframe=\"&lt;iframe width=&quot;560&quot; height=&quot;315&quot; src=&quot;https:\/\/www.youtube.com\/embed\/XaIwRVIyie4?si=HA83O8aLGrUJ8wLu&quot; title=&quot;YouTube video player&quot; frameborder=&quot;0&quot; allow=&quot;accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share&quot; referrerpolicy=&quot;strict-origin-when-cross-origin&quot; allowfullscreen&gt;&lt;\/iframe&gt;\">\n                                        <div class=\"play-button\">\n                                            <i class=\"icon fa fa-play\"><\/i>\n                                        <\/div>\n                                    <\/div>\n                                <\/div>\n                                                    <\/div>\n\n                        <!-- Date -->\n                        <div class=\"video-date\">\n                            <p>June 11, 2024<\/p>\n                        <\/div>\n\n                        <!-- Title -->\n                        <div class=\"video-title\">\n                            <h3>Who Cares for the Caregivers?<\/h3>\n                        <\/div>\n\n                        <!-- View Button -->\n                        <div class=\"video-button\">\n                                                            <a href=\"https:\/\/foxrochester.com\/news\/good-day-rochester\/happier-at-home-who-cares-for-the-caregivers-06-10-2024\"\n                                   class=\"view-video-btn\"\n                                   target=\"_blank\"\n                                   rel=\"noopener\">\n                                    VIEW ON FOX ROCHESTER                                <\/a>\n                                                    <\/div>\n\n                    <\/div><!-- \/.video-post -->\n\n                \n                    <div class=\"video-post\">\n\n                        <!-- Thumbnail container -->\n                        <div class=\"video-thumbnail-container\">\n                                                            <div class=\"video-thumbnail\"\n                                     data-iframe=\"&lt;iframe width=&quot;560&quot; height=&quot;315&quot; src=&quot;https:\/\/www.youtube.com\/embed\/Mq5zQBnzT-Q?si=t0YJVFnMeBqt4rKy&quot; title=&quot;YouTube video player&quot; frameborder=&quot;0&quot; allow=&quot;accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share&quot; referrerpolicy=&quot;strict-origin-when-cross-origin&quot; allowfullscreen&gt;&lt;\/iframe&gt;\">\n                                    <img decoding=\"async\"\n                                        src=\"https:\/\/happierathome.com\/dev_staging\/wp-content\/uploads\/2024\/10\/Untitled-design-3-1.png\"\n                                        alt=\"Driving Safely While Aging Gracefully\"\n                                        class=\"video-featured-image\"\n                                    \/>\n                                    <div class=\"video-overlay\" data-iframe=\"&lt;iframe width=&quot;560&quot; height=&quot;315&quot; src=&quot;https:\/\/www.youtube.com\/embed\/Mq5zQBnzT-Q?si=t0YJVFnMeBqt4rKy&quot; title=&quot;YouTube video player&quot; frameborder=&quot;0&quot; allow=&quot;accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share&quot; referrerpolicy=&quot;strict-origin-when-cross-origin&quot; allowfullscreen&gt;&lt;\/iframe&gt;\">\n                                        <div class=\"play-button\">\n                                            <i class=\"icon fa fa-play\"><\/i>\n                                        <\/div>\n                                    <\/div>\n                                <\/div>\n                                                    <\/div>\n\n                        <!-- Date -->\n                        <div class=\"video-date\">\n                            <p>May 28, 2024<\/p>\n                        <\/div>\n\n                        <!-- Title -->\n                        <div class=\"video-title\">\n                            <h3>Driving Safely While Aging Gracefully<\/h3>\n                        <\/div>\n\n                        <!-- View Button -->\n                        <div class=\"video-button\">\n                                                            <a href=\"https:\/\/foxrochester.com\/news\/good-day-rochester\/happier-at-home-driving-safely-while-aging-gracefully-05-27-2024\"\n                                   class=\"view-video-btn\"\n                                   target=\"_blank\"\n                                   rel=\"noopener\">\n                                    VIEW ON FOX ROCHESTER                                <\/a>\n                                                    <\/div>\n\n                    <\/div><!-- \/.video-post -->\n\n                \n                    <div class=\"video-post\">\n\n                        <!-- Thumbnail container -->\n                        <div class=\"video-thumbnail-container\">\n                                                            <div class=\"video-thumbnail\"\n                                     data-iframe=\"&lt;iframe width=&quot;560&quot; height=&quot;315&quot; src=&quot;https:\/\/www.youtube.com\/embed\/nT73pecpESY?si=obohiEwNMF1Aa7Z7&quot; title=&quot;YouTube video player&quot; frameborder=&quot;0&quot; allow=&quot;accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share&quot; referrerpolicy=&quot;strict-origin-when-cross-origin&quot; allowfullscreen&gt;&lt;\/iframe&gt;\">\n                                    <img decoding=\"async\"\n                                        src=\"https:\/\/happierathome.com\/dev_staging\/wp-content\/uploads\/2024\/10\/Untitled-design-6-1.png\"\n                                        alt=\"Communicating with Your Healthcare Providers\"\n                                        class=\"video-featured-image\"\n                                    \/>\n                                    <div class=\"video-overlay\" data-iframe=\"&lt;iframe width=&quot;560&quot; height=&quot;315&quot; src=&quot;https:\/\/www.youtube.com\/embed\/nT73pecpESY?si=obohiEwNMF1Aa7Z7&quot; title=&quot;YouTube video player&quot; frameborder=&quot;0&quot; allow=&quot;accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share&quot; referrerpolicy=&quot;strict-origin-when-cross-origin&quot; allowfullscreen&gt;&lt;\/iframe&gt;\">\n                                        <div class=\"play-button\">\n                                            <i class=\"icon fa fa-play\"><\/i>\n                                        <\/div>\n                                    <\/div>\n                                <\/div>\n                                                    <\/div>\n\n                        <!-- Date -->\n                        <div class=\"video-date\">\n                            <p>May 20, 2024<\/p>\n                        <\/div>\n\n                        <!-- Title -->\n                        <div class=\"video-title\">\n                            <h3>Communicating with Your Healthcare Providers<\/h3>\n                        <\/div>\n\n                        <!-- View Button -->\n                        <div class=\"video-button\">\n                                                            <a href=\"https:\/\/foxrochester.com\/news\/good-day-rochester\/happier-at-home-communicating-with-healthcare-providers-05-20-2024\"\n                                   class=\"view-video-btn\"\n                                   target=\"_blank\"\n                                   rel=\"noopener\">\n                                    VIEW ON FOX ROCHESTER                                <\/a>\n                                                    <\/div>\n\n                    <\/div><!-- \/.video-post -->\n\n                \n                    <div class=\"video-post\">\n\n                        <!-- Thumbnail container -->\n                        <div class=\"video-thumbnail-container\">\n                                                            <div class=\"video-thumbnail\"\n                                     data-iframe=\"&lt;iframe width=&quot;560&quot; height=&quot;315&quot; src=&quot;https:\/\/www.youtube.com\/embed\/IV1QxoEJ6YE?si=do_T40PXn0o5JmC5&quot; title=&quot;YouTube video player&quot; frameborder=&quot;0&quot; allow=&quot;accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share&quot; referrerpolicy=&quot;strict-origin-when-cross-origin&quot; allowfullscreen&gt;&lt;\/iframe&gt;\">\n                                    <img decoding=\"async\"\n                                        src=\"https:\/\/happierathome.com\/dev_staging\/wp-content\/uploads\/2024\/10\/Untitled-design-2-3.png\"\n                                        alt=\"Advance Directives\"\n                                        class=\"video-featured-image\"\n                                    \/>\n                                    <div class=\"video-overlay\" data-iframe=\"&lt;iframe width=&quot;560&quot; height=&quot;315&quot; src=&quot;https:\/\/www.youtube.com\/embed\/IV1QxoEJ6YE?si=do_T40PXn0o5JmC5&quot; title=&quot;YouTube video player&quot; frameborder=&quot;0&quot; allow=&quot;accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share&quot; referrerpolicy=&quot;strict-origin-when-cross-origin&quot; allowfullscreen&gt;&lt;\/iframe&gt;\">\n                                        <div class=\"play-button\">\n                                            <i class=\"icon fa fa-play\"><\/i>\n                                        <\/div>\n                                    <\/div>\n                                <\/div>\n                                                    <\/div>\n\n                        <!-- Date -->\n                        <div class=\"video-date\">\n                            <p>May 13, 2024<\/p>\n                        <\/div>\n\n                        <!-- Title -->\n                        <div class=\"video-title\">\n                            <h3>Advance Directives<\/h3>\n                        <\/div>\n\n                        <!-- View Button -->\n                        <div class=\"video-button\">\n                                                            <a href=\"https:\/\/foxrochester.com\/news\/good-day-rochester\/happier-at-home-advance-directives-05-13-2024\"\n                                   class=\"view-video-btn\"\n                                   target=\"_blank\"\n                                   rel=\"noopener\">\n                                    VIEW ON FOX ROCHESTER                                <\/a>\n                                                    <\/div>\n\n                    <\/div><!-- \/.video-post -->\n\n                \n                    <div class=\"video-post\">\n\n                        <!-- Thumbnail container -->\n                        <div class=\"video-thumbnail-container\">\n                                                            <div class=\"video-thumbnail\"\n                                     data-iframe=\"&lt;iframe width=&quot;560&quot; height=&quot;315&quot; src=&quot;https:\/\/www.youtube.com\/embed\/fF5AWPO6B9Q?si=A-wxU1Y9R5Oqc5d6&quot; title=&quot;YouTube video player&quot; frameborder=&quot;0&quot; allow=&quot;accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share&quot; referrerpolicy=&quot;strict-origin-when-cross-origin&quot; allowfullscreen&gt;&lt;\/iframe&gt;\">\n                                    <img decoding=\"async\"\n                                        src=\"https:\/\/happierathome.com\/dev_staging\/wp-content\/uploads\/2024\/10\/Untitled-design-9.png\"\n                                        alt=\"The American Legion: Benefiting Our Community\"\n                                        class=\"video-featured-image\"\n                                    \/>\n                                    <div class=\"video-overlay\" data-iframe=\"&lt;iframe width=&quot;560&quot; height=&quot;315&quot; src=&quot;https:\/\/www.youtube.com\/embed\/fF5AWPO6B9Q?si=A-wxU1Y9R5Oqc5d6&quot; title=&quot;YouTube video player&quot; frameborder=&quot;0&quot; allow=&quot;accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share&quot; referrerpolicy=&quot;strict-origin-when-cross-origin&quot; allowfullscreen&gt;&lt;\/iframe&gt;\">\n                                        <div class=\"play-button\">\n                                            <i class=\"icon fa fa-play\"><\/i>\n                                        <\/div>\n                                    <\/div>\n                                <\/div>\n                                                    <\/div>\n\n                        <!-- Date -->\n                        <div class=\"video-date\">\n                            <p>May 6, 2024<\/p>\n                        <\/div>\n\n                        <!-- Title -->\n                        <div class=\"video-title\">\n                            <h3>The American Legion: Benefiting Our Community<\/h3>\n                        <\/div>\n\n                        <!-- View Button -->\n                        <div class=\"video-button\">\n                                                            <a href=\"https:\/\/foxrochester.com\/news\/good-day-rochester\/happier-at-home-american-legion#\"\n                                   class=\"view-video-btn\"\n                                   target=\"_blank\"\n                                   rel=\"noopener\">\n                                    VIEW ON FOX ROCHESTER                                <\/a>\n                                                    <\/div>\n\n                    <\/div><!-- \/.video-post -->\n\n                \n                    <div class=\"video-post\">\n\n                        <!-- Thumbnail container -->\n                        <div class=\"video-thumbnail-container\">\n                                                            <div class=\"video-thumbnail\"\n                                     data-iframe=\"&lt;iframe width=&quot;560&quot; height=&quot;315&quot; src=&quot;https:\/\/www.youtube.com\/embed\/O9KV7ydnN64?si=DcajFc16H8jpPSWW&quot; title=&quot;YouTube video player&quot; frameborder=&quot;0&quot; allow=&quot;accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share&quot; referrerpolicy=&quot;strict-origin-when-cross-origin&quot; allowfullscreen&gt;&lt;\/iframe&gt;\">\n                                    <img decoding=\"async\"\n                                        src=\"https:\/\/happierathome.com\/dev_staging\/wp-content\/uploads\/2024\/10\/FOX-NEWS-April-Week-4-YT.png\"\n                                        alt=\"Daily Diabetic Foot Care\"\n                                        class=\"video-featured-image\"\n                                    \/>\n                                    <div class=\"video-overlay\" data-iframe=\"&lt;iframe width=&quot;560&quot; height=&quot;315&quot; src=&quot;https:\/\/www.youtube.com\/embed\/O9KV7ydnN64?si=DcajFc16H8jpPSWW&quot; title=&quot;YouTube video player&quot; frameborder=&quot;0&quot; allow=&quot;accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share&quot; referrerpolicy=&quot;strict-origin-when-cross-origin&quot; allowfullscreen&gt;&lt;\/iframe&gt;\">\n                                        <div class=\"play-button\">\n                                            <i class=\"icon fa fa-play\"><\/i>\n                                        <\/div>\n                                    <\/div>\n                                <\/div>\n                                                    <\/div>\n\n                        <!-- Date -->\n                        <div class=\"video-date\">\n                            <p>April 22, 2024<\/p>\n                        <\/div>\n\n                        <!-- Title -->\n                        <div class=\"video-title\">\n                            <h3>Daily Diabetic Foot Care<\/h3>\n                        <\/div>\n\n                        <!-- View Button -->\n                        <div class=\"video-button\">\n                                                            <a href=\"https:\/\/foxrochester.com\/news\/good-day-rochester\/happier-at-home-daily-diabetic-foot-care\"\n                                   class=\"view-video-btn\"\n                                   target=\"_blank\"\n                                   rel=\"noopener\">\n                                    VIEW ON FOX ROCHESTER                                <\/a>\n                                                    <\/div>\n\n                    <\/div><!-- \/.video-post -->\n\n                                <\/div><!-- \/.video-post-container -->\n\n                \n                                <nav class=\"vpg-pagination\" aria-label=\"Video posts pagination\">\n                    <span aria-current=\"page\" class=\"current\">1<\/span><a class=\"\" href=\"\/dev_staging\/wp-json\/wp\/v2\/pages\/253?vpage=2\">2<\/a><a class=\"\" href=\"\/dev_staging\/wp-json\/wp\/v2\/pages\/253?vpage=3\">3<\/a><span class=\"dots\">&hellip;<\/span><a class=\"\" href=\"\/dev_staging\/wp-json\/wp\/v2\/pages\/253?vpage=11\">11<\/a><a class=\"next \" href=\"\/dev_staging\/wp-json\/wp\/v2\/pages\/253?vpage=2\">&raquo;<\/a>                <\/nav>\n                \n            \n            <\/div><!-- \/.vpg-wrap -->\n\n            <!-- Lightbox JS -->\n            <script>\n            (function(){\n                var lb      = document.getElementById('vpgLightbox');\n                var lbClose = document.getElementById('vpgLightboxClose');\n                var lbCont  = document.getElementById('vpgLightboxContent');\n\n                if ( ! lb ) return;\n\n                \/\/ Open on thumbnail \/ overlay click only\n                document.querySelectorAll('.vpg-wrap .video-thumbnail, .vpg-wrap .video-overlay').forEach(function(el){\n                    el.addEventListener('click', function(e){\n                        var iframe = this.getAttribute('data-iframe');\n                        if ( ! iframe ) return;\n                        e.preventDefault();\n                        lbCont.innerHTML = iframe;\n                        var embed = lbCont.querySelector('iframe');\n                        if ( embed ) {\n                            embed.removeAttribute('width');\n                            embed.removeAttribute('height');\n                            embed.style.width = '100%';\n                            embed.style.height = '100%';\n                        }\n                        lb.classList.add('active');\n                        document.body.style.overflow = 'hidden';\n                    });\n                });\n\n                \/\/ Close on button\n                lbClose.addEventListener('click', closeLightbox);\n\n                \/\/ Close on backdrop click\n                lb.addEventListener('click', function(e){\n                    if ( e.target === lb ) closeLightbox();\n                });\n\n                \/\/ Close on ESC\n                document.addEventListener('keydown', function(e){\n                    if ( e.key === 'Escape' ) closeLightbox();\n                });\n\n                function closeLightbox(){\n                    lb.classList.remove('active');\n                    lbCont.innerHTML = '';\n                    document.body.style.overflow = '';\n                }\n            })();\n            <\/script>\n            \t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Videos &times; May 29, 2026 How to Keep Seniors Active, Social &amp; Engaged This Summer VIEW ON FOX ROCHESTER May 14, 2025 How Long COVID Affects Seniors VIEW ON FOX ROCHESTER November 18, 2024 How to Safely Cut Sodium in Senior Diets Without Sacrificing Flavor VIEW ON FOX ROCHESTER November 5, 2024 The Best Low-Impact [&hellip;]<\/p>\n","protected":false},"author":7,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_header_footer","meta":{"_acf_changed":false,"footnotes":""},"class_list":["post-253","page","type-page","status-publish","hentry"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v28.2 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Elderly Care Video Resources \u2013 Happier at Home<\/title>\n<meta name=\"description\" content=\"Browse our video library to explore how companion care and in-home caregiver services improve life for seniors and their families.\" \/>\n<meta name=\"robots\" content=\"noindex, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Elderly Care Video Resources \u2013 Happier at Home\" \/>\n<meta property=\"og:description\" content=\"Browse our video library to explore how companion care and in-home caregiver services improve life for seniors and their families.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/happierathome.com\/dev_staging\/videos\/\" \/>\n<meta property=\"og:site_name\" content=\"Happier at Home\" \/>\n<meta property=\"article:modified_time\" content=\"2026-07-13T08:47:09+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/happierathome.com\/dev_staging\/wp-content\/uploads\/2024\/10\/video-placeholder-1-600x338-1.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"600\" \/>\n\t<meta property=\"og:image:height\" content=\"338\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"5 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/happierathome.com\\\/dev_staging\\\/videos\\\/\",\"url\":\"https:\\\/\\\/happierathome.com\\\/dev_staging\\\/videos\\\/\",\"name\":\"Elderly Care Video Resources \u2013 Happier at Home\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/happierathome.com\\\/dev_staging\\\/#website\"},\"datePublished\":\"2024-10-09T10:54:44+00:00\",\"dateModified\":\"2026-07-13T08:47:09+00:00\",\"description\":\"Browse our video library to explore how companion care and in-home caregiver services improve life for seniors and their families.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/happierathome.com\\\/dev_staging\\\/videos\\\/#breadcrumb\"},\"inLanguage\":\"en\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/happierathome.com\\\/dev_staging\\\/videos\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/happierathome.com\\\/dev_staging\\\/videos\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/happierathome.com\\\/dev_staging\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Videos\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/happierathome.com\\\/dev_staging\\\/#website\",\"url\":\"https:\\\/\\\/happierathome.com\\\/dev_staging\\\/\",\"name\":\"Happier at Home\",\"description\":\"Non-Medical Home Care | Senior Care Management\",\"publisher\":{\"@id\":\"https:\\\/\\\/happierathome.com\\\/dev_staging\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/happierathome.com\\\/dev_staging\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/happierathome.com\\\/dev_staging\\\/#organization\",\"name\":\"Happier at Home\",\"url\":\"https:\\\/\\\/happierathome.com\\\/dev_staging\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en\",\"@id\":\"https:\\\/\\\/happierathome.com\\\/dev_staging\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/happierathome.com\\\/dev_staging\\\/wp-content\\\/uploads\\\/2024\\\/10\\\/video-placeholder-1-600x338-1.jpg\",\"contentUrl\":\"https:\\\/\\\/happierathome.com\\\/dev_staging\\\/wp-content\\\/uploads\\\/2024\\\/10\\\/video-placeholder-1-600x338-1.jpg\",\"width\":600,\"height\":338,\"caption\":\"Happier at Home\"},\"image\":{\"@id\":\"https:\\\/\\\/happierathome.com\\\/dev_staging\\\/#\\\/schema\\\/logo\\\/image\\\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Elderly Care Video Resources \u2013 Happier at Home","description":"Browse our video library to explore how companion care and in-home caregiver services improve life for seniors and their families.","robots":{"index":"noindex","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"og_locale":"en_US","og_type":"article","og_title":"Elderly Care Video Resources \u2013 Happier at Home","og_description":"Browse our video library to explore how companion care and in-home caregiver services improve life for seniors and their families.","og_url":"https:\/\/happierathome.com\/dev_staging\/videos\/","og_site_name":"Happier at Home","article_modified_time":"2026-07-13T08:47:09+00:00","og_image":[{"width":600,"height":338,"url":"https:\/\/happierathome.com\/dev_staging\/wp-content\/uploads\/2024\/10\/video-placeholder-1-600x338-1.jpg","type":"image\/jpeg"}],"twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"5 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/happierathome.com\/dev_staging\/videos\/","url":"https:\/\/happierathome.com\/dev_staging\/videos\/","name":"Elderly Care Video Resources \u2013 Happier at Home","isPartOf":{"@id":"https:\/\/happierathome.com\/dev_staging\/#website"},"datePublished":"2024-10-09T10:54:44+00:00","dateModified":"2026-07-13T08:47:09+00:00","description":"Browse our video library to explore how companion care and in-home caregiver services improve life for seniors and their families.","breadcrumb":{"@id":"https:\/\/happierathome.com\/dev_staging\/videos\/#breadcrumb"},"inLanguage":"en","potentialAction":[{"@type":"ReadAction","target":["https:\/\/happierathome.com\/dev_staging\/videos\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/happierathome.com\/dev_staging\/videos\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/happierathome.com\/dev_staging\/"},{"@type":"ListItem","position":2,"name":"Videos"}]},{"@type":"WebSite","@id":"https:\/\/happierathome.com\/dev_staging\/#website","url":"https:\/\/happierathome.com\/dev_staging\/","name":"Happier at Home","description":"Non-Medical Home Care | Senior Care Management","publisher":{"@id":"https:\/\/happierathome.com\/dev_staging\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/happierathome.com\/dev_staging\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en"},{"@type":"Organization","@id":"https:\/\/happierathome.com\/dev_staging\/#organization","name":"Happier at Home","url":"https:\/\/happierathome.com\/dev_staging\/","logo":{"@type":"ImageObject","inLanguage":"en","@id":"https:\/\/happierathome.com\/dev_staging\/#\/schema\/logo\/image\/","url":"https:\/\/happierathome.com\/dev_staging\/wp-content\/uploads\/2024\/10\/video-placeholder-1-600x338-1.jpg","contentUrl":"https:\/\/happierathome.com\/dev_staging\/wp-content\/uploads\/2024\/10\/video-placeholder-1-600x338-1.jpg","width":600,"height":338,"caption":"Happier at Home"},"image":{"@id":"https:\/\/happierathome.com\/dev_staging\/#\/schema\/logo\/image\/"}}]}},"_links":{"self":[{"href":"https:\/\/happierathome.com\/dev_staging\/wp-json\/wp\/v2\/pages\/253","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/happierathome.com\/dev_staging\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/happierathome.com\/dev_staging\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/happierathome.com\/dev_staging\/wp-json\/wp\/v2\/users\/7"}],"replies":[{"embeddable":true,"href":"https:\/\/happierathome.com\/dev_staging\/wp-json\/wp\/v2\/comments?post=253"}],"version-history":[{"count":10,"href":"https:\/\/happierathome.com\/dev_staging\/wp-json\/wp\/v2\/pages\/253\/revisions"}],"predecessor-version":[{"id":12006,"href":"https:\/\/happierathome.com\/dev_staging\/wp-json\/wp\/v2\/pages\/253\/revisions\/12006"}],"wp:attachment":[{"href":"https:\/\/happierathome.com\/dev_staging\/wp-json\/wp\/v2\/media?parent=253"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}