/*cssReset*/
.fancybox-banner-popup .fancybox-close {display: none;}

/*cssNew*/
.fancybox-banner-popup {
	z-index: 100002;
}

.fancybox-overlay-popup {
	z-index: 100001!important;
    background-color: #292723!important;
    opacity: .9!important;
    position: fixed!important;
    width: 100%!important;
    height: 100%!important;
    top: 0!important;
    bottom: 0!important;
}

.fancybox-overlay-popup #close-button {
	position: absolute;
  right: 10px;
  top: 20px;
  z-index: 10;
  margin: 0;
}

.fancybox-overlay-popup .fancybox-close {
	background: none;
	width: 37px;
  height: 37px;
  display: block;
  cursor: pointer;
}

.fancybox-overlay-popup #close-button a svg {
    width: 37px;
    height: 37px;
    vertical-align: top;
    fill: #fff;
    -webkit-transition: all .11s linear;
    transition: all .11s linear;
}

@media screen and (max-width: 479px){
  /*.fancybox-overlay-popup {display: none; visibility: hidden;}*/
}