.block-banniere-popup .quit {
	z-index: 50;
}
.block-banniere-popup .banniere-popup {
	width: 100%;
	top: 49%;
	max-height: 60vh;
  overflow-y: auto;
  @media screen and (max-width: 1800px) {
    top:45%;
    max-height: 75vh;
  }
  @media screen and (max-width: 1300px) {
    top: 50%;
    max-height: 65vh;
  }
}
@media screen and (max-width: 768px) {
.block-banniere-popup .banniere-popup .image-banniere-popup{
    display: none;
  }
}