.block-ee-img {
  display: none;
  align-items: center;
  background: rgba(0, 0, 0, 0.8);
  font-family: "DINRegular", Arial, sans-serif;
  height: 100%;
  justify-content: center;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
}
.block-ee-img .block-inner {
  background-color: #e4e4e4;
  box-sizing: border-box;
  /* min-height: 338.2px; */
  margin: 0 16px;
  position: fixed;
  max-width: 645.3px;
}
.block-ee-popinimg-block-inner-mobile {
  display: none;
}
@media screen and (max-device-width: 480px) {
  .block-ee-popinimg-block-inner-desktop {
    display: block;
  }
  .block-ee-popinimg-block-inner-mobile {
    display: block;
  }
  .block-ee-img .block-inner {
    max-width: 316.3px;
  }
}

.ee-popin-close {
  background-color: transparent;
  background-image: url(../images/close.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100%;
  cursor: pointer;
  display: block;
  height: 14px;
  padding: 0;
  position: absolute;
  right: 17.9px;
  top: 15.6px;
  transition: transform 0.5s;
  width: 14px;
  z-index: 999;
}

.block-ee-img.showen {
  display: flex;
}
#logo {
  padding-right: 0px;
  display: block;
  cursor: default;
}
@media screen and (min-width: 480px) {
  #logo {
    height: 312px;
  }
}
