#banerWindow{width:100%;position:absolute;top:50%;z-index:900;text-align:center;max-width:100%;transform: translateY(-50%);}
#banerWindow p{margin:0;}
#banerWindow a{margin:0;float:left;}
#banerWindow img{border:1px solid #D9DADB;width:100%;}
#banerWindowWrap{margin:0 auto 0;position:relative;background:#ffffff;border:1px solid #D9DADB;z-index:99999;display:inline-block;max-width:90%;padding:5px;box-sizing:border-box;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;}
#banerWindowWrap, #banerWindowWrap a{color:#000000;}
#banerWindowClose{display:block;width:30px;height:23px;position:absolute;padding-top:3px;top:-5px;right:4px;/*background:url("http://www.mparkhotel.pl/modules/mod_eselPopup/img/btn-close.png") 0 0 no-repeat;*/}
#banerWindowClose::after {content: "x"; width: 35px; height: 35px; display: inline-block; background: rgba(0,0,0,.8);color: #ffffff;font-size: 25px;font-weight: bold;}
a#banerWindowClose{border:0;}
.popupContainer{position:relative; width: 100%; height: 100%;}
.popupLinkContainer{position:absolute;width:90%;left:5%;margin:0 auto;bottom:15px;text-align:center;}
.popupLinkContainer a{font-size:22px;color:#ffffff;display:inline-block;background:#a81817;padding:5px 15px 3px;text-decoration:none;text-transform:uppercase;}
.popupLinkContainer a.menu{float:right !important;}
.popupLinkContainer a.rezerwacja{float:left !important;}

@media only screen and (max-height: 600px) {
  #banerWindowWrap{max-width:80%;}
  #banerWindow{top:5px;transform: translateY(0);}
  #banerWindow img{height: 490px; width:auto;}
}

@media only screen and (max-height: 400px) {
  #banerWindow img{height: 390px; width:auto;}
}