diff --git a/style.css b/style.css index e4d7642..c444e7b 100644 --- a/style.css +++ b/style.css @@ -216,7 +216,8 @@ select > option { } .video-fullscreen { - position: relative; + object-fit: cover; + /* position: relative; */ top: 50%; /* transform:translateY(-50%); */ }