.home-popup-container {
position: fixed;
width: 43%;
height: auto;
z-index: 1000;
display: none;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
.home-popup-container > img {
cursor: pointer;
}
.home-popup {
width: 100%;
height: auto;
}
.home-popup-close {
position: absolute;
top: 5px;
right: 5px;
cursor: pointer;
}
@media screen and (max-width: 1031px) {
.home-popup-container {
width: 80%;
}
}
@media screen and (max-width: 599.9px) {
.home-popup-container {
width: 90%;
}
}