@media screen and (max-width: 480px) {
    .close-btn {
        width: 20px;
        height: 20px;
        top: 28px;
    }

    .close-btn::before, .close-btn::after {
        height: 15px;
    }
}
