#bgVideo { position: fixed; right: 0; bottom: 0; min-width: 100%; min-height: 100%; z-index: -1; } #login { margin-top: 200px; margin-left: auto; margin-right: auto; } body { margin: 0; background-size: cover; background-image: url('https://images.unsplash.com/photo-1579546929518-9e396f3cc809?ixlib=rb-1.2.1&w=1000&q=80'); } .vimeo-container { padding: 0; width: 100%; height: 100vh; overflow: hidden; position: relative; } iframe { box-sizing: border-box; width: 177.77777778vh; height: 56.25vw; min-width: 100%; min-height: 100%; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); }