.meetme::after {
  content: "";
  display: table;
  clear: both;
}

.meetme-photo-fixed {
  position: absolute;  /* domyślnie przyklejone do góry rodzica */
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;      /* zajmuje wysokość okna */
  z-index: 10;
  background: url('https://www.stolz.com.pl/wp-content/themes/stolzcompl/images/home_meetme.png') no-repeat 60% bottom;
}
.meetme-photo::after{
	display:none;
}

@media screen and (max-width: 768px) {
	.meetme-photo-fixed {
		display:none;
	}
}