/* Magnific Popup - Fullscreen */
.mfp-iframe-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.6);
}

.mfp-iframe-scaler {
  width: 100%;
  height: 100%;
  margin: 0 auto;
}

.mfp-iframe {
  width: 102%;
  height: 100%;
  overflow-y: auto;
  scrollbar-width: none !important;
  -ms-overflow-style: none !important;
}

.mfp-iframe::-webkit-scrollbar {
  display: none !important;
}

.mfp-close {
  z-index: 1045;
  position: absolute;
  top: 40px;
  right: 20px;
  width: 52px;
  height: 52px;
  cursor: pointer;
  background-image: url('../../images/logoXbox.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  border: none;
  border-radius: 50%; /* Ustaw zaokrąglone narożniki */
  background-color: rgba(0, 0, 0, 0); /* Ustaw przezroczyste tło */
}
