#lp-popup{opacity:0;position:fixed;background:#000000b3;top:0;right:0;bottom:0;left:0;z-index:10000;display:none;justify-content:center;align-items:center;animation:fade-in .3s ease-out}#lp-popup .lp-popup__content{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:25px}#lp-popup .lp-popup__content--img{width:100%;max-width:500px;height:auto}@media only screen and (max-width: 500px){#lp-popup .lp-popup__content--img{max-width:initial;width:125%;margin-left:-12.5%}}#lp-popup .lp-popup__content--close{width:40px;height:40px}@keyframes fade-in{0%{opacity:0}to{opacity:1}}
