#storm {
	width: 150px;
  height: 150px;
  background-image: url("http://www.transparentpng.com/thumb/hurricane/through-the-eyes-of-hurricanes-png-0.png");
  background-size: 100% 100%;
  position: absolute;
}

body {
  position: relative;
	background-image: url("https://geology.com/world/satellite-image-of-north-america-lg.jpg");
	background-repeat: no-repeat;
  background-position: center;
  background-size: fill;
}