*{
  margin: 0;
  padding: 0;
}
iframe{
  max-width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 100;
}
