From 141cb842fb57ab8c694e3c18d92f9ffaf2325806 Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Wed, 15 Aug 2018 15:21:11 -0400 Subject: [PATCH] hiding internal footer parallax section --- style.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/style.css b/style.css index ccbd4b8..7b184fc 100644 --- a/style.css +++ b/style.css @@ -2766,6 +2766,9 @@ Responsive grid for pages background-attachment: scroll !important; } } +.footer-parallax{ + display: none; +} video { width: 100%; /* margin-bottom: 30px; */ -- 2.17.1