.resolution-test-directive {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 8px;
  box-sizing: border-box;
}

.resolution-test-directive video {
  display: none;
  z-index: 0;
}