.need-a-modal{
    border: 1px solid rgb(220,220,220);
    border-radius: 5px;
    position: absolute;
}

@media screen and (max-width: 1000px) {
    .need-a-modal {
        width: 100%;
        border: 0 solid transparent !important;
    }
}