@charset "UTF-8";

.layerpopup{
    position: fixed !important;
    left: 50% !important;
    top: 50% !important;
    transform: translate(-50%, -50%) !important;

    max-width: 500px !important;
    width: 90% !important;
}
.layerpopup .popup1{
    width: 100% !important;
}
.layerpopup .close1{
    width: 100% !important;
}
.layerpopup img{
    width: 100% !important;
}
.layerpopup p{
    margin-bottom: 0 !important;
}
