.close-button {
    background-image: url(/wp-content/themes/strapsco-2025/images/close-x-svgrepo-com.svg);
    background-color: transparent;
    border-radius: 50%;
    padding: 0.5em;
    width: 30px;
    height: 30px;
    border: 2px solid #000;
    color: #000;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 2.2em;
    position: absolute;
    right: 25%;
    top: 60px;
    cursor: pointer;
}
@media screen and (max-width: 768px) {
    .close-button {
        right: 5%;
    }
}
button:hover {
    border: 2px solid #000;
    background-color: transparent;
    color: #ffffff;
}

