*{
	margin: 0px;
	padding: 0px;
}
html,body{
  background-image: url("ventilationformebutnotforthee.jpeg");
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover !important;
  background-color: transparent;
  margin:0;
  height:100%;
  overflow:hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.video-container {
  width: 100%;
}
.fan-gif {
  height: 5rem;
  margin-right: 1rem;
}
.sick-gif {
  height: 5rem;
  margin-left: 1rem;
}
