.fancybox__container {
z-index: 9999 !important;
}
.fancybox__content {
background: transparent !important;
} .fancybox__backdrop,
#lightbox { background: var(--fancybox-bg, rgba(24, 24, 27, 0.6)) !important;    }
.carousel__button.is-close {
background-image: url(//obrovo.sk/wp-content/plugins/obrovo/assets/img/X.svg) !important;
background-repeat: no-repeat !important;
background-position: center !important;
background-size: contain !important;
width: 117px !important;
height: 114px !important;
color: transparent !important;
border: none !important;
border-radius: 0 !important;
}
@media screen and (max-width: 480px) {
.carousel__button.is-close {
background-size: contain !important;
height: 80px !important;
top: -115px !important;
}
}
.fancybox__content {
padding: 9px !important;
}
.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content {
height: 80vh !important;
}