Hello,
I have a background video on my password page however on mobile there is a white space below the video. How do i remove this?
Thank you
LINK: https://kilvay.com/password
CODE FOR DESKTOP AND MOBILE VIDEO:
video { display: block; margin: 0 auto; width: 100%; height: 50%; top: 0; } @media (max-width: 749px) { .small--hide {display: none !important;} #Banner-template--17087053857079__main { position: fixed !important; z-index: 100 !important; top: 50% !important; transform: translateY(-50%) !important; left: 20px !important; right: 20px !important; } } @media (min-width: 750px) { .medium-up--hide {display: none !important;} video.small--hide{ height: 100vh !important; object-fit: cover !important; position: fixed !important; }{% comment %} Desktop Show {% endcomment %}
{% comment %} Mobile Show {% endcomment %}
